summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Stepanov Aleksey <blueingreen@bluig.xyz>2025-06-16 17:18:14 +0500
committerLibravatar Stepanov Aleksey <blueingreen@bluig.xyz>2025-06-16 17:18:14 +0500
commitcecddf8946e7a03725df8585112c40093994dae9 (patch)
treebddad15023c7f272d2c055be9b684c430bcc3b96
parent63323e5f0405716d7de683b138b619793cbcdfd2 (diff)
fix PKGBUILD
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 075d2cb..0365b74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ source=("${_pkgname}::git+https://github.com/baumea/fzf-vjour")
sha256sums=('SKIP')
pkgver() {
- cd "$pkgname"
+ cd "${_pkgname}"
(
set -o pipefail
git describe --long --abbrev=7 2>/dev/null | sed 's/\([^-]*-g\)/r\1/;s/-/./g' ||