Browse Source

Update 'PKGBUILD'

Nathaniel van Diepen 4 years ago
parent
commit
1563d2f51d
1 changed files with 3 additions and 0 deletions
  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";