summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Wanders2018-09-10 16:01:36 +0200
committerTim Wanders2018-09-10 16:01:36 +0200
commit7d0462b713d5048dbc1c055c10e023d1b572dc19 (patch)
tree126d20479754dcb03b3bc5fe087abd8e44991a08
parent641e107d3e6f3708c42da32d526a762a40a4b6b0 (diff)
downloadaur-bunny-git.tar.gz
fixed mistake..
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 601516c6a7ef..4e6745826075 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,6 +15,7 @@ source=("git+$url.git#branch=develop")
sha256sums=('SKIP')
pkgver() {
+ cd "$_pkgname"
git describe --always | sed "s|-|.|g"
}