summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIngo Bürk2016-11-24 09:06:02 +0100
committerIngo Bürk2016-11-24 09:06:02 +0100
commit3eac12124b42677ac3b4aff05c6253174174ef30 (patch)
treef4d4f42791e1e0df05c23c0733fb7a0ddac44e46 /PKGBUILD
parent5e0fbb7082f2b8fac86509990a382e6847080a59 (diff)
downloadaur-3eac12124b42677ac3b4aff05c6253174174ef30.tar.gz
v1.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9f47fe27c234..6e06af31f273 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Ingo Bürk <admin at airblader dot de>
_pkgname=util-xrm
pkgname=xcb-${_pkgname}-git
-pkgver=v1.0.r9.g38925b3
-pkgrel=2
+pkgver=v1.2.r0.ga45b3d0
+pkgrel=1
pkgdesc='XCB utility functions for the X resource manager'
arch=('i686' 'x86_64')
url="https://github.com/Airblader/xcb-util-xrm"
@@ -16,7 +16,7 @@ md5sums=('SKIP')
pkgver() {
cd "$_pkgname"
- git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+ git describe --tags --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
build() {