summarylogtreecommitdiffstats
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
parent5e0fbb7082f2b8fac86509990a382e6847080a59 (diff)
downloadaur-3eac12124b42677ac3b4aff05c6253174174ef30.tar.gz
v1.2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea1e2361df95..1cd1c7663243 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xcb-util-xrm-git
pkgdesc = XCB utility functions for the X resource manager
- pkgver = v1.0.r9.g38925b3
- pkgrel = 2
+ pkgver = v1.2.r0.ga45b3d0
+ pkgrel = 1
url = https://github.com/Airblader/xcb-util-xrm
arch = i686
arch = x86_64
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() {