summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrany2021-11-20 01:34:11 +0200
committerrany2021-11-20 01:34:11 +0200
commita3cb72468714528f5d4145cde09fa7140b862112 (patch)
tree2cae75a28c4476251019491df9fbf959b6c2df80
parente3edbe0059801ba4d709d0375564ea3e1ea959c3 (diff)
downloadaur-popura-git.tar.gz
Fix tags
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bef80b511d6a..60924c4eade4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ sha512sums=('SKIP'
pkgver() {
cd "${srcdir}/${_pkgname}"
- git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+ git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
build() {