diff options
author | Britney Fransen <brfransen@gmail.com> | 2014-12-02 18:53:09 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2014-12-02 18:53:09 (GMT) |
commit | 078049c0edc80c33e90b0f42711b8e3e705a0d50 (patch) | |
tree | 1aee2672fbaf99e39a9953d80f7d938971bb6f4b /abs/core/libxcb/PKGBUILD | |
parent | 533953469331461276c3e14605fc252c028142f0 (diff) | |
download | linhes_pkgbuild-078049c0edc80c33e90b0f42711b8e3e705a0d50.zip linhes_pkgbuild-078049c0edc80c33e90b0f42711b8e3e705a0d50.tar.gz linhes_pkgbuild-078049c0edc80c33e90b0f42711b8e3e705a0d50.tar.bz2 |
libxcb: update to 1.11
Diffstat (limited to 'abs/core/libxcb/PKGBUILD')
-rw-r--r-- | abs/core/libxcb/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/abs/core/libxcb/PKGBUILD b/abs/core/libxcb/PKGBUILD index 990dbe8..126d0a8 100644 --- a/abs/core/libxcb/PKGBUILD +++ b/abs/core/libxcb/PKGBUILD @@ -4,18 +4,18 @@ # Contributor: Alexander Baldeck <alexander@archlinux.org> pkgname=libxcb -pkgver=1.10 +pkgver=1.11 pkgrel=1 pkgdesc="X11 client-side library" arch=('i686' 'x86_64') url="http://xcb.freedesktop.org/" -depends=('xcb-proto>=1.10' 'libxdmcp' 'libxau') -makedepends=('pkgconfig' 'libxslt' 'python2') +depends=('xcb-proto>=1.11' 'libxdmcp' 'libxau') +makedepends=('libxslt' 'python2' 'xorg-util-macros') license=('custom') source=($url/dist/$pkgname-$pkgver.tar.bz2 libxcb-1.1-no-pthread-stubs.patch) -sha256sums=('98d9ab05b636dd088603b64229dd1ab2d2cc02ab807892e107d674f9c3f2d5b5' - '748ed83af60468a0eb6785222e4a5ca589d28f20b9bfc60d5936ec93b8eef356') +sha256sums=('03635d70045b9ede90778e67516135828a57de87ac508f987024f43c03620ff7' + '3923bcb1930b851012968435909597d8d5251c72153511cb2982636c97100cc3') prepare() { cd "$pkgname-$pkgver" |