summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorayalhw2020-01-07 14:20:55 +0800
committerayalhw2020-01-07 14:20:55 +0800
commit16378bdfabda2603eb4efeb71950671f3af1b13b (patch)
treeeb1bafa7eb8e61e92c211c892b494fbd02d34112 /PKGBUILD
parentdf0caf71b48a0f190c39acacf4bc03ec0bda2526 (diff)
downloadaur-16378bdfabda2603eb4efeb71950671f3af1b13b.tar.gz
Update PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 13a97921cf1d..954c8601762e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,10 +25,10 @@ pkgver() {
cd "$srcdir/yt-popball"
# Git, tags available
-# printf "%s" "$(git describe --long | sed 's/\([^-]*-\)g/r\1/;s/-/./g')"
+ printf "%s" "$(git describe --long | sed 's/\([^-]*-\)g/r\1/;s/-/./g')"
# Git, no tags available
- printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
+# printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}