summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSefa Eyeoglu2019-06-10 13:21:07 +0200
committerSefa Eyeoglu2019-06-10 13:21:07 +0200
commit3d5d3bbf4c520390e24da62698417941c07ac9ae (patch)
tree9625333c19496bb47b3302914f145aa386e5b382
parent18ec9fc286c09176ece94de0df21bd55229b92d2 (diff)
downloadaur-3d5d3bbf4c520390e24da62698417941c07ac9ae.tar.gz
upgpkg: fisher-git 3.2.7.r0.gb2cd7ae-1
upstream release Add missing newline
-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'
}