summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXZS2017-10-29 14:22:57 +0100
committerXZS2017-10-29 14:22:57 +0100
commitea8e93a636aacce68b962be21a97572c69e62d9e (patch)
tree09b7ee44234eebaf51e75fddbb9bbb7a6fa1689c /PKGBUILD
parent5014c7120d508b4f6386153489ad7d38fae6e850 (diff)
downloadaur-ea8e93a636aacce68b962be21a97572c69e62d9e.tar.gz
remove erroneous tag
Version 3.4 was accidentally tagged with a comma, which the pkgver function may pick up while querying the history for a version number. The comma could introduce complications to version complication, leading to unnoticed updates in the future. Removing the tag ensures proper versioning. The package contents are unchanged by this, so the pkgrel remains constant.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6c343aa0848b..6eac9fa7aeea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -34,6 +34,7 @@ printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
prepare() {
cd "$_gitname"
+ git tag -d 3,4
sed -i "
/^if/s/not//
/DATA_DIR =/s/$/[1:]/