Browse Source

Update 'PKGBUILD'

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

+ 2 - 2
PKGBUILD

@@ -8,7 +8,7 @@ pkgver() {
 pkgrel=1
 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")
 depends=('wxgtk')
 license=('custom')
 prepare() {
@@ -24,4 +24,4 @@ package() {
 	cd "$srcdir/$pkgname/build";
 	make DESTDIR="${pkgdir}" install
 }
-md5sums=('SKIP', 'SKIP')
+md5sums=('SKIP' 'SKIP')