summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Retornaz2017-10-22 04:27:12 +0200
committerQuentin Retornaz2017-10-22 04:27:12 +0200
commit537fa9b81d137cf820cb5ceef935b7d2896918f8 (patch)
treeb32aac4f45ca6f01ff451d422283b985176fc192
parent8e01d9f8e977235df2801b02ec3e0cfd2bcbabf9 (diff)
downloadaur-537fa9b81d137cf820cb5ceef935b7d2896918f8.tar.gz
reversed
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 211433847c07..7e1e0bf37f7e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Oct 22 02:09:19 UTC 2017
+# Sun Oct 22 02:26:49 UTC 2017
pkgbase = firewatch-gog
pkgdesc = Firewatch is a single-player first-person mystery set in the Wyoming wilderness.
pkgver = 1.06_2.4.0.6
- pkgrel = 3
+ pkgrel = 4
url = http://www.firewatchgame.com/
arch = x86_64
license = custom: commercial
diff --git a/PKGBUILD b/PKGBUILD
index 42140baabe60..cc470849011f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=firewatch-gog
_gogver=2.4.0.6
pkgver=1.06_${_gogver}
-pkgrel=3
+pkgrel=4
pkgdesc="Firewatch is a single-player first-person mystery set in the Wyoming wilderness."
arch=('x86_64')
url="http://www.firewatchgame.com/"
@@ -36,5 +36,6 @@ END
# Permissions
find "${pkgdir}/opt/firewatch" -type d -exec chmod 755 {} \;
find "${pkgdir}/opt/firewatch" -type f -exec chmod 644 {} \;
+ chmod 755 "${pkgdir}/usr/bin/firewatch"
chmod 755 "${pkgdir}/opt/firewatch/fw.x86_64"
}