Browse Source

Update 'PKGBUILD'

Nathaniel van Diepen 4 years ago
parent
commit
4e922c2fb3
1 changed files with 3 additions and 0 deletions
  1. 3 0
      PKGBUILD

+ 3 - 0
PKGBUILD

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