summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTony Lambiris2022-05-05 00:45:15 -0400
committerTony Lambiris2022-05-05 00:45:15 -0400
commit79507c134ce49d56257d453ad9cc453ea9f9b2ea (patch)
tree2fdc9db42b6619835783f62856a95fe5b75da14b /PKGBUILD
parentc882fb52a0fd643e08ef8dd5ad46e3b8190b6966 (diff)
downloadaur-79507c134ce49d56257d453ad9cc453ea9f9b2ea.tar.gz
Version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9070573cc69d..aa51ad577318 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tony Lambiris <tony@libpcap.net>
pkgname=rexgen-git
-pkgver=2.1.3.r8.gcac6cba
+pkgver=2.1.5.r0.gdbac1c2
pkgrel=1
pkgdesc="A tool to create words based on regular expressions"
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ sha256sums=('SKIP')
pkgver() {
cd "${srcdir}/${pkgname}"
- git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+ git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g;s/^v//g'
}
prepare() {