summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCubeTheThird2020-01-29 20:55:13 -0500
committerCubeTheThird2020-01-29 20:55:13 -0500
commitfd27d297ff328b172159310fbf04bc605d2c354a (patch)
treef74a207e4e724af57a7fa3484b575343818d02a5
parentda5e567ff2c9ce4908183dbbc01c128228c15180 (diff)
downloadaur-fd27d297ff328b172159310fbf04bc605d2c354a.tar.gz
Fix for .desktop file
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dcb54e7df4ae..9410330be975 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: CubeTheThird <cubethethird@gmail.com>
pkgname=brogue-ce-git
-pkgver=1.8.1.r0.g9f9254d
+pkgver=1.8.1.r8.g2a3e917
pkgrel=1
pkgdesc="Brogue Community Edition: A 26-level dungeon crawl to the Amulet of Yendor."
arch=('i686' 'x86_64')
@@ -25,7 +25,7 @@ build() {
cd linux
./make-link-for-desktop.sh > /dev/null
- sed -i -e "s|$(pwd)|/opt/${pkgname}|" -e 's/brogue$/brogue.sh/' -e 's/bin\///' "brogue.desktop"
+ 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
}