summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormarco442020-07-06 19:09:03 +0200
committermarco442020-07-06 19:09:03 +0200
commitce4a9a10e0762d78fee3771f8469769418231c6a (patch)
tree58db780e190266a5d2eac932f057d38c2676a206
parent539633d1160177bc7395f6cc9fc10e1da820eb15 (diff)
downloadaur-ce4a9a10e0762d78fee3771f8469769418231c6a.tar.gz
Fix description, per bartus' suggestion
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 43bc8f1c76ca..eab7df882760 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,7 +31,7 @@ pkgver() {
# git reset --hard > /dev/null 2>&1
# if you want a specific commit or branch... just put it here
# git checkout 441a3b44df770578240c1774b29d373aa4a08bb8 > /dev/null 2>&1
- git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+ git describe --long --tags | sed 's/^release-//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
prepare() {