summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin MacMartin2018-11-15 15:59:03 -0500
committerKevin MacMartin2018-11-15 15:59:03 -0500
commit186a80b6cf72a975175b58c5d394a69f118c6a01 (patch)
tree3210b397fa82b307cf200a77309da5bff85f6e2f
parent5604000eb3b332558b2f43dcb20bc9906a6e8974 (diff)
downloadaur-186a80b6cf72a975175b58c5d394a69f118c6a01.tar.gz
Update to 259v0.7.0c
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22b69e3f4334..74fc79999af9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Nov 6 03:22:25 UTC 2018
+# Thu Nov 15 20:58:20 UTC 2018
pkgbase = shattered-pixel-dungeon-git
pkgdesc = Shattered fork of the popular rogue-like game
- pkgver = 258v0.6.5b
+ pkgver = 259v0.7.0c
pkgrel = 1
url = http://shatteredpixel.tumblr.com
arch = any
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() {