summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Bürk2016-05-09 00:09:14 +0200
committerIngo Bürk2016-05-09 00:09:14 +0200
commitf9d9451c7e25af0588d83cfc049a42a403ccf967 (patch)
tree11acbcd9021b247fae0ec107c4fdc8c59a04ee49
parentdab13a56381129930d2c93cd6e3b339882a24635 (diff)
downloadaur-f9d9451c7e25af0588d83cfc049a42a403ccf967.tar.gz
fixed dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ae101f937fc..31857dd2ed90 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xcb-util-xrm-git
pkgdesc = XCB utility functions for the X resource manager
- pkgver = v1.0.r0.g29ded8c
+ pkgver = v1.0.r9.g38925b3
pkgrel = 1
url = https://github.com/Airblader/xcb-util-xrm
arch = i686
@@ -8,6 +8,7 @@ pkgbase = xcb-util-xrm-git
license = MIT
makedepends = git
makedepends = xorg-util-macros
+ makedepends = xcb-util
depends = libxcb
provides = xcb-util-xrm
conflicts = xcb-util-xrm
diff --git a/PKGBUILD b/PKGBUILD
index 5357311bd724..cfd5bb376c5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Ingo Bürk <admin at airblader dot de>
_pkgname=util-xrm
pkgname=xcb-${_pkgname}-git
-pkgver=v1.0.r0.g29ded8c
+pkgver=v1.0.r9.g38925b3
pkgrel=1
pkgdesc='XCB utility functions for the X resource manager'
arch=('i686' 'x86_64')
url="https://github.com/Airblader/xcb-util-xrm"
license=('MIT')
depends=('libxcb')
-makedepends=('git' 'xorg-util-macros')
+makedepends=('git' 'xorg-util-macros' 'xcb-util')
provides=("xcb-${_pkgname}")
conflicts=("xcb-${_pkgname}")
source=("$_pkgname::git+http://github.com/Airblader/xcb-util-xrm")