summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCubeTheThird2020-02-17 23:17:00 -0500
committerCubeTheThird2020-02-17 23:17:00 -0500
commit8f4209a8dd4684f4dc099900330abc31f6f22ea8 (patch)
tree01c4268c6b53fc0e856dedab66d8a0ed91433f62 /PKGBUILD
parentfd27d297ff328b172159310fbf04bc605d2c354a (diff)
downloadaur-8f4209a8dd4684f4dc099900330abc31f6f22ea8.tar.gz
Fix for local storage path.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9410330be975..c936cf0bad24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: CubeTheThird <cubethethird@gmail.com>
pkgname=brogue-ce-git
-pkgver=1.8.1.r8.g2a3e917
+pkgver=1.8.1.r26.g6979fcb
pkgrel=1
pkgdesc="Brogue Community Edition: A 26-level dungeon crawl to the Amulet of Yendor."
arch=('i686' 'x86_64')
@@ -26,7 +26,7 @@ build() {
cd linux
./make-link-for-desktop.sh > /dev/null
sed -i -e "s|$(pwd)|/opt/${pkgname}|" -e 's/brogue$/brogue-multiuser.sh/' -e 's/bin\///' "brogue.desktop"
- sed -i -e "s|/opt/brogue|/opt/${pkgname}|" -e "s|local/share/Brogue|local/share/${pkgname}|" brogue-multiuser.sh
+ sed -i -e "s|/opt/brogue|/opt/${pkgname}|" -e "s|/Brogue|/${pkgname}|" brogue-multiuser.sh
}
package() {