summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f7f4c5d1d8db..980a7dbbf646 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,9 +18,10 @@ install=fisher-git.install
source=("git+https://github.com/jorgebucaran/fisher.git#branch=${_branch}")
sha512sums=("SKIP")
+
pkgver() {
cd "fisher"
-
+
git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}