summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAinola2016-02-02 07:02:44 -0700
committerAinola2016-02-02 07:02:44 -0700
commita30093b5f10f306f913e93e4b09b96ea4f5513ef (patch)
treebf782716fd4ea916c460cd38915fc6288789cf20
parent06ce671628cb8d3ab62906292c19d849a5ea4a6d (diff)
downloadaur-a30093b5f10f306f913e93e4b09b96ea4f5513ef.tar.gz
update to work with pacman 5
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e5fdb51b792..fff57d135d3b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Tue Feb 2 14:02:40 UTC 2016
pkgbase = gone-home-hib
pkgdesc = Gone home is an interactive exploration simulator by Fullbright.
pkgver = 1.1
- pkgrel = 2
+ pkgrel = 3
url = http://www.gonehomegame.com/
install = gone-home-hib.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 1de4753a8ad5..32b4eef4b490 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gone-home-hib
pkgver=1.1
-pkgrel=2
+pkgrel=3
pkgdesc="Gone home is an interactive exploration simulator by Fullbright."
arch=('i686' 'x86_64')
url="http://www.gonehomegame.com/"
@@ -14,7 +14,7 @@ source=("hib://GoneHome_v${pkgver}.tar.gz"
sha256sums=("ecd01fcde184f7d1937579e7d5d4a791007887b88f9baa10039747166bb2d097"
"dea74a9436b2b37a63265c0606195293cb751855e2de473e678ab85600c92053"
"ea11e510a7c52e485cf1e87eb985691029b62fc694830a0c57f14b4173ac8edd")
-install=("${pkgname}.install")
+install="${pkgname}.install"
[ "$CARCH" == "x86_64" ] && _arch="x86_64" || _arch="x86"
# Prevent compressing final package
PKGEXT='.pkg.tar'