summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Lercher2020-07-22 18:39:58 +0200
committerThomas Lercher2020-07-22 18:39:58 +0200
commit27fb9e19fc472008d443027d11924782ab4b72ef (patch)
treec5c15c7d2ac0627859c207f05c0ae349b5721f89
parent9a9cc2a14a8b3cbb65d20a9c57b29241d82888cc (diff)
downloadaur-27fb9e19fc472008d443027d11924782ab4b72ef.tar.gz
Fix .desktop file patching
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c7b23436818..f72094cb01fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = augustus-game-git
pkgdesc = An enhanced re-implementation of Caesar III (Original copy required)
- pkgver = r2357.f83dee2f
+ pkgver = r2389.c06d5257
pkgrel = 1
url = https://github.com/Keriew/augustus
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 08c4a89e551f..2dc086d8072f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=augustus
pkgname=$_pkgname-game-git
pkgdesc="An enhanced re-implementation of Caesar III (Original copy required)"
-pkgver=r2357.f83dee2f
+pkgver=r2389.c06d5257
pkgrel=1
arch=('i686' 'x86_64')
url="https://github.com/Keriew/augustus"
@@ -31,7 +31,7 @@ build() {
cmake ..
make
cp ../res/${_pkgname}.desktop .
- sed -i 's/Exec=julius/Exec=augustus-game/' ${_pkgname}.desktop
+ sed -i 's/Exec=augustus/Exec=augustus-game/' ${_pkgname}.desktop
}
package() {