summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoruint204t2023-08-28 00:08:45 +0000
committeruint204t2023-08-28 00:08:45 +0000
commit366c1a65282011c0235d14e1e15ce1a6b781d51f (patch)
tree6d76afaf34e7ab7eff6aff67319775fab0998627
parentc2222c7c8ff536f1bec7c5a6557efdd210bda2c1 (diff)
downloadaur-366c1a65282011c0235d14e1e15ce1a6b781d51f.tar.gz
better permissions
-rwxr-xr-xPKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6383e36cf2d0..319ba4c0a00e 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,9 +6,7 @@ pkgdesc="A re-implementation of the 1995 PSX game wipEout"
arch=(x86_64)
url="https://github.com/phoboslab/wipeout-rewrite"
license=(custom)
-
depends=(sdl2 glew)
-
makedepends=(make gcc git imagemagick)
source=("git+https://github.com/phoboslab/wipeout-rewrite.git"
@@ -30,7 +28,7 @@ package() {
mkdir -pv "${pkgdir}/opt/wipeout-rewrite/"
install -Dm755 "wipeout-rewrite/wipegame" "${pkgdir}/opt/wipeout-rewrite"
cp -rv "wipeout" "${pkgdir}/opt/wipeout-rewrite"
- chmod -v 777 "${pkgdir}/opt/wipeout-rewrite"
+ chmod -v 757 "${pkgdir}/opt/wipeout-rewrite" # workaround because the game only saves to the the current dir
for _size in "192x192" "128x128" "96x96" "64x64" "48x48" "32x32" "24x24" "22x22" "20x20" "16x16" "8x8"
do
install -dm755 "${pkgdir}/usr/share/icons/hicolor/${_size}/apps"