summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbobpaul2018-03-01 15:04:09 -0600
committerbobpaul2018-03-01 15:04:09 -0600
commitcbb684131b305a24ec34eac900f4244562aebc87 (patch)
tree7547b6e7cf57cc781bcf134eddda83a7fcdbe10c
parent6120df1f08d3a386f083b41ad33b5be990e048e0 (diff)
downloadaur-cbb684131b305a24ec34eac900f4244562aebc87.tar.gz
Ugh... I suck at this
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f80caf51100a..6a277aaf0abb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = onehouronelife-bin
pkgdesc = Binary package for One Hour One Life game by Jason Rohrer
pkgver = 58
- pkgrel = 3
+ pkgrel = 4
url = http://onehouronelife.com
arch = x86_64
license = custom:Public Domain
diff --git a/PKGBUILD b/PKGBUILD
index 874fd8e3e225..5a3d79984b25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# ... there's gotta be a better way
pkgname="onehouronelife-bin"
pkgver="58"
-pkgrel=3
+pkgrel=4
epoch=
pkgdesc="Binary package for One Hour One Life game by Jason Rohrer"
arch=('x86_64')
@@ -54,7 +54,7 @@ prepare() {
#}
package() {
- instdir=${pkgname%-latest}
+ instdir=${pkgname%-bin}
install -dm755 $pkgdir/opt/$instdir
cp -r $_folder/* $pkgdir/opt/$instdir/
install -m755 $startdir/onelife $pkgdir/opt/$instdir