Browse Source

Update 'PKGBUILD'

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

+ 1 - 3
PKGBUILD

@@ -11,9 +11,7 @@ pkgver() {
 		date +%Y%m%d;
 	fi;}
 pkgrel=4
-makedepends=(
-    'git' 'devkitARM'
-)
+makedepends=('git')
 pkgdesc='A command line tool for downloading TI calculator software from www.ticalc.org'
 license=('MIT')
 arch=('any')