summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLeo Verto2019-08-15 05:00:08 +0200
committerLeo Verto2019-08-15 05:00:08 +0200
commit103cc68096295b20d012a774b1c9328c25052579 (patch)
tree78950df4d9ff1eb605e8a8c149e7cf0c265286a4 /PKGBUILD
parent184b024575a633e2dd7828a0f98301ca7e695769 (diff)
downloadaur-103cc68096295b20d012a774b1c9328c25052579.tar.gz
Fix pkgver() using old tag
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4d5abaa4d703..12dfe526d6c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=qlcplus-git
_pkgname=qlcplus
-pkgver=4.11.2.r1024.g50b228e64
+pkgver=4.12.1.r126.g50b228e64
pkgrel=1
pkgdesc="Q Light Controller - The open DMX lighting desk software for controlling professional lighting fixtures."
arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@ pkgver() {
cd "$srcdir/${_pkgname}"
# Remove 'QLC+_' prefix from git tag
- git describe --long | sed 's/^QLC+_//;s/\([^-]*-g\)/r\1/;s/-/./g'
+ git describe --long --tags | sed 's/^QLC+_//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
prepare() {