summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ec264290730..d4a828807739 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = humanresourcemachine
pkgdesc = Assembler programming puzzle game by the makers of WorldOfGoo - game sold separately
pkgver = 2016.03.23
- pkgrel = 1
+ pkgrel = 2
url = http://tomorrowcorporation.com/humanresourcemachine
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index f425a96a0a4f..a923c4cc1e48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: fordprefect <fordprefect@dukun.de>
pkgname=humanresourcemachine
pkgver=2016.03.23
-pkgrel=1
+pkgrel=2
pkgdesc="Assembler programming puzzle game by the makers of WorldOfGoo - game sold separately"
url="http://tomorrowcorporation.com/humanresourcemachine"
arch=('i686' 'x86_64')
@@ -35,7 +35,7 @@ package() {
cat >> "${pkgdir}/usr/bin/humanresourcemachine" << \here
#!/usr/bin/bash
cd /opt/humanresourcemachine
-HumanResourceMachine.bin
+./HumanResourceMachine.bin
here
chmod a+x "${pkgdir}/usr/bin/humanresourcemachine"
}