summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCubeTheThird2020-01-21 22:56:23 -0500
committerCubeTheThird2020-01-21 22:56:23 -0500
commit7af0b8f2735bfe8cc87d9f7a4e2e351309bd93ac (patch)
treec408d482352ea129970f2f976fd9a8bff5cf75cf /PKGBUILD
parent4df2648ae8797fcec5b96d69cfdafc51a96227d9 (diff)
downloadaur-7af0b8f2735bfe8cc87d9f7a4e2e351309bd93ac.tar.gz
Removed leading character from package version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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() {