Selaa lähdekoodia

Update 'PKGBUILD'

Nathaniel van Diepen 4 vuotta sitten
vanhempi
commit
965b2ab31d
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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')