summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD4
-rw-r--r--gog-crypt-of-the-necrodancer.install2
2 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6ac1393592c5..d9e748076d18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname=crypt-of-the-necrodancer
epoch=1
pkgver=1.29.14917
_pkgver=1_29_14917
-pkgrel=1
+pkgrel=2
pkgdesc="A roguelike rhythm game! Move on the beat to navigate ever changing dungeons"
arch=('i686' 'x86_64')
license=('custom')
@@ -16,7 +16,7 @@ source=("local://crypt_of_the_necrodancer_en_${_pkgver}.sh"
sha256sums=(SKIP
'd80562a04ded4b25bca9738267d1d93d2be8fef74570aa7d00d83471c4e71121'
'9753ea711a428a24333cb37be1f11a3a35860072723e89dd7599d1842f0f4f89'
- '05a773f76b64ffe89b099f5c1e373061d1ffc1183ba0859ef7dfefdae9dc9434')
+ '5ffedc649b436179c8532ab44a8f6c86b0598a154ba26b1130256920f6ef067f')
PKGEXT=".pkg.tar"
package() {
diff --git a/gog-crypt-of-the-necrodancer.install b/gog-crypt-of-the-necrodancer.install
index 744f0da5ccac..8de5df7a67c0 100644
--- a/gog-crypt-of-the-necrodancer.install
+++ b/gog-crypt-of-the-necrodancer.install
@@ -5,5 +5,7 @@ post_install() {
chmod 666 /opt/gog/crypt-of-the-necrodancer/game/data/played.dat
chmod 666 /opt/gog/crypt-of-the-necrodancer/game/data/save_data.xml
chmod 666 /opt/gog/crypt-of-the-necrodancer/game/data/save_data.xml_TEMP
+ chmod 666 /opt/gog/crypt-of-the-necrodancer/game/replays/
+ chmod 666 /opt/gog/crypt-of-the-necrodancer/game/logs/
echo "==> The save is located in /opt/gog/crypt-of-the-necrodancer/game/data/"
}