summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--gog-crypt-of-the-necrodancer.install4
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02cfb9612e7d..a5e4a0e62520 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gog-crypt-of-the-necrodancer
pkgdesc = A roguelike rhythm game! Move on the beat to navigate ever changing dungeons
pkgver = 1.29.14917
- pkgrel = 3
+ pkgrel = 4
epoch = 1
install = gog-crypt-of-the-necrodancer.install
arch = i686
@@ -14,7 +14,7 @@ pkgbase = gog-crypt-of-the-necrodancer
sha256sums = SKIP
sha256sums = d80562a04ded4b25bca9738267d1d93d2be8fef74570aa7d00d83471c4e71121
sha256sums = 9753ea711a428a24333cb37be1f11a3a35860072723e89dd7599d1842f0f4f89
- sha256sums = f22016647d169fd587ac2fb5a6302b5794b8ceeb536279383ea245715ab34187
+ sha256sums = 99136db3939cbab2ae33181479e069c3d25298096758327a41d002494c8ae54c
pkgname = gog-crypt-of-the-necrodancer
depends_i686 = libglvnd
diff --git a/PKGBUILD b/PKGBUILD
index 294915116aa2..a6e56872d86c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _pkgname=crypt-of-the-necrodancer
epoch=1
pkgver=1.29.14917
_pkgver=1_29_14917
-pkgrel=3
+pkgrel=4
pkgdesc="A roguelike rhythm game! Move on the beat to navigate ever changing dungeons"
arch=('i686' 'x86_64')
license=('custom')
@@ -17,7 +17,7 @@ source=("local://crypt_of_the_necrodancer_en_${_pkgver}.sh"
sha256sums=(SKIP
'd80562a04ded4b25bca9738267d1d93d2be8fef74570aa7d00d83471c4e71121'
'9753ea711a428a24333cb37be1f11a3a35860072723e89dd7599d1842f0f4f89'
- 'f22016647d169fd587ac2fb5a6302b5794b8ceeb536279383ea245715ab34187')
+ '99136db3939cbab2ae33181479e069c3d25298096758327a41d002494c8ae54c')
PKGEXT=".pkg.tar"
package() {
diff --git a/gog-crypt-of-the-necrodancer.install b/gog-crypt-of-the-necrodancer.install
index 4e2c18d32a96..cf19d24aae8e 100644
--- a/gog-crypt-of-the-necrodancer.install
+++ b/gog-crypt-of-the-necrodancer.install
@@ -7,7 +7,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/
+ chmod 777 /opt/gog/crypt-of-the-necrodancer/game/replays/
+ chmod 777 /opt/gog/crypt-of-the-necrodancer/game/logs/
echo "==> The save is located in /opt/gog/crypt-of-the-necrodancer/game/data/"
}