summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSchala2016-08-01 12:58:23 -0700
committerSchala2016-08-01 12:58:23 -0700
commitbcceb4ac6e046066ca9f2db08fc551a23856f7f1 (patch)
treeb7f1cd0bac5a4ef9254469ed065250652c9558f9 /PKGBUILD
parent0c97913b52a0260c831ce8cf008e58280806bc69 (diff)
downloadaur-bcceb4ac6e046066ca9f2db08fc551a23856f7f1.tar.gz
added missing file
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c72bcbdf1022..f0e62f7cbe31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
pkgname=eternalnightmare
pkgver=5.1
-pkgrel=2
+pkgrel=3
pkgdesc="Chrono Trigger randomizer"
arch=(any)
url="https://github.com/abyssonym/eternalnightmare"
license=("unknown")
-source=("$pkgname.zip::https://github.com/abyssonym/eternalnightmare/archive/c404fadc7613dcb25210b0b22770c2f16c9cf9c9.zip"
+source=("$pkgname.zip::https://github.com/abyssonym/eternalnightmare/archive/d8b24aa4aea90064e1e2b8c329ae3f60f25a2ac4.zip"
"$pkgname.sh")
depends=(python2-randomtools)
makedepends=(dos2unix python2)
-
+md5sums=('e1867f5ab67f79b12ef13ff98fec0dca'
+ 'ed3cf3d1b1e771fcf6462cb48ae1b607')
prepare() {
cd $pkgname-*
@@ -25,5 +26,3 @@ package() {
python2 -m compileall "$pkgdir"
install -Dm755 "$srcdir/$pkgname.sh" "$pkgdir/usr/bin/$pkgname"
}
-md5sums=('c62cac3e860e6a884139d5be939a287a'
- 'ed3cf3d1b1e771fcf6462cb48ae1b607')