summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parentdab13a56381129930d2c93cd6e3b339882a24635 (diff)
downloadaur-f9d9451c7e25af0588d83cfc049a42a403ccf967.tar.gz
fixed dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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")