summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c41790601f34..5b228c31c787 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Credit: desbma
pkgname=zoxide-git
_pkgname=zoxide
-pkgver=v0.4.3.r17.geaf63bc
+pkgver=0.4.3.r23.gc0a1a78
pkgrel=1
pkgdesc='A fast cd command that learns your habits'
arch=('x86_64')
@@ -16,7 +16,7 @@ sha512sums=('SKIP')
pkgver() {
cd "${pkgname}"
- git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+ git describe --long | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
build() {