Browse Source

Update 'PKGBUILD'

Nathaniel van Diepen 4 năm trước cách đây
mục cha
commit
c12f8ec5d5
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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')