Browse Source

Update 'PKGBUILD'

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

+ 2 - 2
PKGBUILD

@@ -9,7 +9,7 @@ pkgrel=1
 url='https://github.com/alberthdev/wxwabbitemu'
 pkgdesc="a TI-8x emulator based on Wabbitemu"
 arch=('any')
-source=("git+https://github.com/alberthdev/wxwabbitemu.git" "$pkgname.patch")
+source=("git+https://github.com/alberthdev/wxwabbitemu.git" "$pkgname.patch" "LICENSE")
 depends=('wxgtk')
 license=('custom')
 prepare() {
@@ -27,4 +27,4 @@ package() {
 	cd "$srcdir/$pkgname/build";
 	make DESTDIR="${pkgdir}" install
 }
-md5sums=('SKIP' 'SKIP')
+md5sums=('SKIP' 'SKIP' 'SKIP')