summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKevin MacMartin2018-11-15 15:59:03 -0500
committerKevin MacMartin2018-11-15 15:59:03 -0500
commit186a80b6cf72a975175b58c5d394a69f118c6a01 (patch)
tree3210b397fa82b307cf200a77309da5bff85f6e2f /PKGBUILD
parent5604000eb3b332558b2f43dcb20bc9906a6e8974 (diff)
downloadaur-186a80b6cf72a975175b58c5d394a69f118c6a01.tar.gz
Update to 259v0.7.0c
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3e206ef2be6d..19ab2d97ce8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=shattered-pixel-dungeon
pkgname=$_pkgname-git
-pkgver=258v0.6.5b
+pkgver=259v0.7.0c
pkgrel=1
pkgdesc='Shattered fork of the popular rogue-like game'
url='http://shatteredpixel.tumblr.com'
@@ -23,7 +23,7 @@ sha512sums=(
pkgver() {
cd $_pkgname
- printf '%s' "$(git rev-list --count HEAD)$(git log | egrep -o 'v[0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9a-z]*' | head -n 1)"
+ printf '%s' "$(git rev-list --count HEAD)$(git log | grep -e '^v[0-9]' desktop/VersionInfo.txt | head -n 1)"
}
build() {