diff options
author | Britney Fransen <brfransen@gmail.com> | 2014-12-02 18:24:37 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2014-12-02 18:24:37 (GMT) |
commit | fda6e8cc5de0d0410a2a224b81599fb7249d90ff (patch) | |
tree | c26b8c68a8f18352bd5d86a86813d54f28291398 /abs/core/xcb-proto | |
parent | bcefaef0574966a919b382eacb56b5ca61c5d4f0 (diff) | |
download | linhes_pkgbuild-fda6e8cc5de0d0410a2a224b81599fb7249d90ff.zip linhes_pkgbuild-fda6e8cc5de0d0410a2a224b81599fb7249d90ff.tar.gz linhes_pkgbuild-fda6e8cc5de0d0410a2a224b81599fb7249d90ff.tar.bz2 |
xcb-proto: update to 1.11
Diffstat (limited to 'abs/core/xcb-proto')
-rw-r--r-- | abs/core/xcb-proto/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/core/xcb-proto/PKGBUILD b/abs/core/xcb-proto/PKGBUILD index a6c995e..d305cd4 100644 --- a/abs/core/xcb-proto/PKGBUILD +++ b/abs/core/xcb-proto/PKGBUILD @@ -3,15 +3,15 @@ # Contributor: Jan de Groot <jgc@archlinux.org> pkgname=xcb-proto -pkgver=1.10 -pkgrel=2 +pkgver=1.11 +pkgrel=1 pkgdesc="XML-XCB protocol descriptions" arch=(any) url="http://xcb.freedesktop.org/" license=('custom') makedepends=('python2' 'libxml2') source=($url/dist/$pkgname-$pkgver.tar.bz2) -sha256sums=('7ef40ddd855b750bc597d2a435da21e55e502a0fefa85b274f2c922800baaf05') +sha256sums=('b4aceee6502a0ce45fc39b33c541a2df4715d00b72e660ebe8c5bb444771e32e') build() { cd $pkgname-$pkgver |