summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCubeTheThird2020-02-17 23:17:00 -0500
committerCubeTheThird2020-02-17 23:17:00 -0500
commit8f4209a8dd4684f4dc099900330abc31f6f22ea8 (patch)
tree01c4268c6b53fc0e856dedab66d8a0ed91433f62
parentfd27d297ff328b172159310fbf04bc605d2c354a (diff)
downloadaur-8f4209a8dd4684f4dc099900330abc31f6f22ea8.tar.gz
Fix for local storage path.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ece4cecece71..00ea3e547062 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = brogue-ce-git
pkgdesc = Brogue Community Edition: A 26-level dungeon crawl to the Amulet of Yendor.
- pkgver = 1.8.1.r0.g9f9254d
+ pkgver = 1.8.1.r22.gceb03e6
pkgrel = 1
url = https://github.com/tmewett/BrogueCE
arch = i686
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() {