summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIan Beringer2017-05-19 18:31:39 +0200
committerIan Beringer2017-05-19 18:31:39 +0200
commitace8edbbd091fdb46368f0154af0bf34b1397599 (patch)
tree1fc87a85143e9e9adde70e672d271661a26e633f /PKGBUILD
parentf0426df3ac2e81de1c1ae8ea6e185a05839c1b6c (diff)
downloadaur-ace8edbbd091fdb46368f0154af0bf34b1397599.tar.gz
Update to 1.0.2.r0.g608de6d
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b0b7c6590728..7c08407a9b90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=libqb-git
_pkgname=libqb
-pkgver=1.0.1.17.g75345a0
+pkgver=1.0.2.r0.g608de6d
pkgrel=1
pkgdesc='Library with the primary purpose of providing high performance client server reusable features'
arch=("i686" "x86_64")
@@ -16,8 +16,8 @@ provides=('libqb')
conflicts=('libqb')
pkgver() {
- cd "${srcdir}/${_pkgname}"
- git describe --tags | sed -e 's:v::' -e 's/-/./g'
+ cd "${srcdir}/${_pkgname}"
+ git describe --long --tags | sed -E 's/^[^0-9]*//;s/([^-]*-g)/r\1/;s/-/./g'
}
build() {