Browse Source

Update 'PKGBUILD'

Nathaniel van Diepen 2 years ago
parent
commit
9dda6a2a8c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      PKGBUILD

+ 1 - 1
PKGBUILD

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