summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cfd5bb376c5e..9f47fe27c234 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
_pkgname=util-xrm
pkgname=xcb-${_pkgname}-git
pkgver=v1.0.r9.g38925b3
-pkgrel=1
+pkgrel=2
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' 'xcb-util')
+depends=('xcb-util')
+makedepends=('git' 'xorg-util-macros' 'libx11')
provides=("xcb-${_pkgname}")
conflicts=("xcb-${_pkgname}")
source=("$_pkgname::git+http://github.com/Airblader/xcb-util-xrm")