makedeb
An action/RPG sidescoller with a focus on story and character development
Click here to go back to the commit logs for ardentryst-git.
Hash: f61828dd303a03b9db2107c3e85cde647e8501c3
Message: minor
diff --git a/.SRCINFO b/.SRCINFO
index 444cf8e..b53e4fe 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.1.a135dba
+pkgver = 1.8.r1.a135dba
url = https://github.com/ardentryst/ardentryst
arch = all
conflicts = ardentryst
diff --git a/PKGBUILD b/PKGBUILD
index cdd7933..0a04b2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_pkgname=ardentryst
pkgname=${_pkgname}-git
-pkgver=1.8.1.a135dba
+pkgver=1.8.r1.a135dba
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.%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
+ printf "1.8.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
package() {