summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTony Lambiris2022-05-05 01:36:22 -0400
committerTony Lambiris2022-05-05 01:36:22 -0400
commit488e344edb8f2d5807bf4ca82a9d9a54f24ba1b2 (patch)
tree56ebb76542c0dcb6766265f637ebfc26512af840 /PKGBUILD
parent1e292e491906759392651ec1c3cf267301bf869b (diff)
downloadaur-veles-git.tar.gz
Version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e5945fa0078f..c5277efa6820 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ sha256sums=('SKIP'
pkgver() {
cd "${srcdir}/veles"
- 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() {