summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJules P?nuchot2024-02-09 11:28:31 +0100
committerJules P?nuchot2024-02-09 11:28:31 +0100
commit4e0f0a0ea381d2b8a6734bdc1e89225d85d6fdbd (patch)
tree3b3c37457c5237914494cfaab093c321c720278b
parent56aefa28ca952bd26a577e48bf0f7c92260610d2 (diff)
downloadaur-eve-git.tar.gz
upgpkg: eve-git 2023.02.15.r112.gcf4ab5a8da-1
strip v from package version
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4ab866301f4..05c6dc46fa82 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = eve-git
pkgdesc = Expressive Velocity Engine - SIMD in C++ Goes Brrrr
- pkgver = v2023.02.15.r41.g7aa3120819
+ pkgver = 2023.02.15.r112.gcf4ab5a8da
pkgrel = 1
url = https://github.com/jfalcou/eve
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 5abf7b6ea4fe..ac052bd58441 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _name=eve
_author=jfalcou
pkgname=${_name}-git
-pkgver=v2023.02.15.r41.g7aa3120819
+pkgver=2023.02.15.r112.gcf4ab5a8da
pkgrel=1
pkgdesc="Expressive Velocity Engine - SIMD in C++ Goes Brrrr"
arch=('any')
@@ -21,7 +21,7 @@ sha256sums=('SKIP')
pkgver() {
cd $pkgname
- git describe --long --tags --match 'v*' | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+ git describe --tags --long --match 'v*' | sed 's/\([^-]*-g\)/r\1/;s/-/./g;s/^v//;'
}
prepare() {