makedeb


ardentryst-git 1.8.r2.7b66716-1


An action/RPG sidescoller with a focus on story and character development

Click here to go back to the commit logs for ardentryst-git.

Commit:


Hash: 516488d8ea7922a1c5d1f7a104e1847fab6d6ac6

Message: update pkgverion

Diff


diff --git a/.SRCINFO b/.SRCINFO
index b53e4fe..9331b44 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgname = ardentryst-git
 pkgbase = ardentryst-git
 pkgdesc = An action/RPG sidescoller with a focus on story and character development
 pkgrel = 1
-pkgver = 1.8.r1.a135dba
+pkgver = 1.8.r2.7b66716
 url = https://github.com/ardentryst/ardentryst
 arch = all
 conflicts = ardentryst
diff --git a/PKGBUILD b/PKGBUILD
index 0a04b2d..5ca564f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
 
 _pkgname=ardentryst
 pkgname=${_pkgname}-git
-pkgver=1.8.r1.a135dba
+pkgver=1.8.r2.7b66716
 pkgrel=1
 pkgdesc="An action/RPG sidescoller with a focus on story and character development"
 arch=('all')
@@ -21,7 +21,7 @@ b2sums=('SKIP')
 
 pkgver() {
 	cd "${_pkgname}"
-	printf "1.8.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
+	printf "%s.r%s.%s" "$(grep "^VERSION =" ardentryst.py | sed 's/.*(//;s/-.*//')" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
 }
 
 package() {