aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpfych2023-02-09 11:45:46 +1100
committerpfych2023-02-09 11:45:46 +1100
commitc1e6c217b3a0dd24292abf3d7c52a6529560eab8 (patch)
tree04d453d65124a83ec76b11cf0b61da69ee48acd7
parentdd13dfb23b1ed2aba5989a885c21ee0c2ce58985 (diff)
downloadaur-c1e6c217b3a0dd24292abf3d7c52a6529560eab8.tar.gz
Fix filesystem permissions (again...)
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c373a73631a..255540db0c15 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lr2oraja
pkgdesc = The latest build of beatoraja, but compiled using LR2 judges and gauges.
pkgver = build1696491429
- pkgrel = 8
+ pkgrel = 9
arch = x86_64
license = GPL3
license = unknown
diff --git a/PKGBUILD b/PKGBUILD
index 4387e5d98c40..21d6dfb8b723 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Pfych <contact at pfy dot ch>
pkgname=lr2oraja
pkgver=build1696491429
-pkgrel=8
+pkgrel=9
pkgdesc="The latest build of beatoraja, but compiled using LR2 judges and gauges."
arch=('x86_64')
depends=('liberica-jre-8-full-bin')
@@ -49,7 +49,7 @@ package() {
cp beatoraja.jar "$pkgdir/opt/beatoraja/beatoraja.jar"
cp -r skin "$pkgdir/opt/beatoraja"
cp "bokutachiIR-2.2.0.jar" "$pkgdir/opt/beatoraja/ir"
- chmod -R 755 "$pkgdir/opt/beatoraja"
+ chmod -R 777 "$pkgdir/opt/beatoraja"
# Create Desktop entry
cp lr2oraja-icon.png "$pkgdir/usr/share/pixmaps"