Browse Source

Update 'PKGBUILD'

Nathaniel van Diepen 4 years ago
parent
commit
965b2ab31d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      PKGBUILD

+ 2 - 2
PKGBUILD

@@ -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')