Quellcode durchsuchen

Update 'PKGBUILD'

Nathaniel van Diepen vor 4 Jahren
Ursprung
Commit
965b2ab31d
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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')