summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoruint204t2023-09-01 15:16:42 +0000
committeruint204t2023-09-01 15:16:42 +0000
commit16accff156a6b93f8860037098ca20bfc37d03c7 (patch)
treeeb6fde7e4a20f20ababdfd91416fb6e32edd21d5
parentede09dc762b8caa84e85af9719ffb958d8d6c145 (diff)
downloadaur-16accff156a6b93f8860037098ca20bfc37d03c7.tar.gz
revert perms, sub install
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD9
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa5fdd40d372..591755afe58a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wipeout-rewrite-git
pkgdesc = A re-implementation of the 1995 PSX game wipEout
- pkgver = cf68eab
+ pkgver = 9e90c47
pkgrel = 1
url = https://github.com/phoboslab/wipeout-rewrite
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 57dd240c644d..5fb56049a39a 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: uint2048_t
pkgname=wipeout-rewrite-git
-pkgver=cf68eab
+pkgver=9e90c47
pkgrel=1
pkgdesc="A re-implementation of the 1995 PSX game wipEout"
arch=(x86_64)
@@ -31,13 +31,12 @@ build() {
}
package() {
- install -d "$pkgdir"/opt/wipeout-rewrite
- install -Dm755 "wipeout-rewrite/wipegame" "${pkgdir}/opt/wipeout-rewrite"
+ install -dm757 "${pkgdir}"/opt/wipeout-rewrite
+ install -Dm755 "${srcdir}/wipeout-rewrite/wipegame" "${pkgdir}/opt/wipeout-rewrite"
cp -rv "wipeout" "${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 "512x512" "256x256" "192x192" "128x128" "96x96" "64x64" "48x48" "32x32" "24x24" "22x22" "20x20" "16x16" "8x8"
do
- install -dm644 "${pkgdir}/usr/share/icons/hicolor/${_size}/apps"
+ install -dm755 "${pkgdir}/usr/share/icons/hicolor/${_size}/apps"
convert "${srcdir}/wipeout.png" -resize "${_size}" "${pkgdir}/usr/share/icons/hicolor/${_size}/apps/wipeout.png"
done
install -Dm644 "${srcdir}/wipeout.desktop" "${pkgdir}/usr/share/applications/wipeout.desktop"