|
@@ -14,7 +14,7 @@ pkgrel=4
|
|
|
pkgdesc='A command line tool for downloading TI calculator software from www.ticalc.org'
|
|
|
license=('MIT')
|
|
|
arch=('any')
|
|
|
-source=("git+https://github.com/TC01/calcpkg.git")
|
|
|
+source=("git+https://github.com/TC01/calcpkg.git" "LICENSE")
|
|
|
build() {
|
|
|
cd "$srcdir/$pkgname"
|
|
|
python2 setup.py build;
|
|
@@ -26,4 +26,4 @@ package() {
|
|
|
export PYTHONUSERBASE=$pkgdir/usr;
|
|
|
python2 setup.py install --user;
|
|
|
}
|
|
|
-md5sums=('SKIP')
|
|
|
+md5sums=('SKIP' 'SKIP')
|