summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e13be485a07..ee544be4726d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = minedigger-bin
pkgdesc = Simple match-3 game prototype for Linux, Windows and Android
pkgver = 1.0
- pkgrel = 6
+ pkgrel = 7
url = https://play.google.com/store/apps/details?id=com.neodesys.minedigger
arch = x86_64
license = GPL-3.0-only
diff --git a/PKGBUILD b/PKGBUILD
index c7f240c8f864..5e56cafe891e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=minedigger-bin
_pkgname=MineDigger
pkgver=1.0
-pkgrel=6
+pkgrel=7
pkgdesc="Simple match-3 game prototype for Linux, Windows and Android"
arch=('x86_64')
url="https://play.google.com/store/apps/details?id=com.neodesys.minedigger"
@@ -28,7 +28,7 @@ build() {
sed -e "s|@appname@|${pkgname%-bin}|g" \
-e "s|@runname@|${_pkgname}|g" \
-i "${srcdir}/${pkgname%-bin}.sh"
- gendesk -f -n -q --categories="Game" --name ="${_pkgname}" --exec="${pkgname%-bin} %U"
+ gendesk -f -n -q --categories="Game" --name="${_pkgname}" --exec="${pkgname%-bin} %U"
}
package() {
install -Dm755 "${srcdir}/${pkgname%-bin}.sh" "${pkgdir}/usr/bin/${pkgname%-bin}"