summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Lambiris2022-05-05 00:45:15 -0400
committerTony Lambiris2022-05-05 00:45:15 -0400
commit79507c134ce49d56257d453ad9cc453ea9f9b2ea (patch)
tree2fdc9db42b6619835783f62856a95fe5b75da14b
parentc882fb52a0fd643e08ef8dd5ad46e3b8190b6966 (diff)
downloadaur-rexgen-git.tar.gz
Version bump
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5a38a675f17..dd597f073208 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rexgen-git
pkgdesc = A tool to create words based on regular expressions
- pkgver = 2.1.3.r8.gcac6cba
+ pkgver = 2.1.5.r0.gdbac1c2
pkgrel = 1
url = https://github.com/teeshop/rexgen
arch = i686
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() {