summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCubeTheThird2020-01-21 22:56:23 -0500
committerCubeTheThird2020-01-21 22:56:23 -0500
commit7af0b8f2735bfe8cc87d9f7a4e2e351309bd93ac (patch)
treec408d482352ea129970f2f976fd9a8bff5cf75cf
parent4df2648ae8797fcec5b96d69cfdafc51a96227d9 (diff)
downloadaur-7af0b8f2735bfe8cc87d9f7a4e2e351309bd93ac.tar.gz
Removed leading character from package version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1d6d9fa197d..222babff4ce5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = brogue-ce-git
pkgdesc = Brogue Community Edition: A 26-level dungeon crawl to the Amulet of Yendor.
- pkgver = v1.8.r13.gac3d50b
- pkgrel = 1
+ pkgver = 1.8.r13.gac3d50b
+ pkgrel = 2
url = https://github.com/tmewett/BrogueCE
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 4dda42e7e063..f46cc1b0fd7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
#Maintainer: CubeTheThird <cubethethird@gmail.com>
pkgname=brogue-ce-git
-pkgver=v1.8.r13.gac3d50b
-pkgrel=1
+pkgver=1.8.r13.gac3d50b
+pkgrel=2
pkgdesc="Brogue Community Edition: A 26-level dungeon crawl to the Amulet of Yendor."
arch=('i686' 'x86_64')
url="https://github.com/tmewett/BrogueCE"
@@ -16,7 +16,7 @@ md5sums=('SKIP'
pkgver() {
cd "$srcdir/$pkgname"
-git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
build() {