Jelajahi Sumber

Update 'PKGBUILD'

Nathaniel van Diepen 4 tahun lalu
induk
melakukan
965b2ab31d
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  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')