summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoan Figueras2020-02-12 01:15:18 +0100
committerJoan Figueras2020-02-12 01:15:18 +0100
commit671a04438b49ac8614d76f3469ae46e3570b24fa (patch)
tree7808172d9e7e15bd26982ca2869a9600df6707f0 /PKGBUILD
parentaa53f73b1d99a08a2c9b40d24aee0aca26c1ceb8 (diff)
downloadaur-671a04438b49ac8614d76f3469ae46e3570b24fa.tar.gz
Fix desktop file (again)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e10e900961f5..8bd2cabf2336 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ branch=-loki # development branch
pkgname=asbru-cm${branch}-git
_pkgname=asbru
_fpkgname=asbru-cm
-pkgver=6.0.3.r67.gb0abe5e
+pkgver=6.0.3.r71.gedf1ea9
pkgrel=1
arch=('any')
license=('GPL3')
@@ -26,7 +26,7 @@ pkgver() {
build() {
cd "${_fpkgname}"
- sed -e "s/${_fpkgname}/${_pkgname}$branch/g" -e "s/Name=Ásbrú.*/& (${branch#-})/g" -e "s/Icon=${_pkgname}/Icon=${_fpkgname}/g" -i res/${_fpkgname}.desktop
+ sed -e "s/Exec=.*${_fpkgname}/&${branch}/g" -e "s/Name=Ásbrú.*/& (${branch#-})/g" -e "s/Icon=${_fpkgname}/&${branch}/g" -i res/${_fpkgname}.desktop
}
package() {