Browse Source

Update 'PKGBUILD'

Nathaniel van Diepen 3 years ago
parent
commit
60a838e824
1 changed files with 1 additions and 3 deletions
  1. 1 3
      PKGBUILD

+ 1 - 3
PKGBUILD

@@ -11,9 +11,7 @@ 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'
-)
+makedepends=('git')
 license=('custom')
 prepare() {
 	cd "$srcdir/$pkgname";