Explorar el Código

Update 'PKGBUILD'

Nathaniel van Diepen hace 4 años
padre
commit
1563d2f51d
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      PKGBUILD

+ 3 - 0
PKGBUILD

@@ -11,6 +11,9 @@ pkgdesc="a TI-8x emulator based on Wabbitemu"
 arch=('any')
 source=("git+https://github.com/alberthdev/wxwabbitemu.git" "$pkgname.patch" "LICENSE")
 depends=('wxgtk')
+makedepends=(
+    'git' 'devkitARM'
+)
 license=('custom')
 prepare() {
 	cd "$srcdir/$pkgname";