summaryrefslogtreecommitdiff
path: root/extra/xcb-util-image/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/xcb-util-image/PKGBUILD')
-rw-r--r--extra/xcb-util-image/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/xcb-util-image/PKGBUILD b/extra/xcb-util-image/PKGBUILD
index 18fd700ba..81dc8f8d3 100644
--- a/extra/xcb-util-image/PKGBUILD
+++ b/extra/xcb-util-image/PKGBUILD
@@ -1,21 +1,21 @@
-# $Id: PKGBUILD 144429 2011-12-05 19:49:24Z andyrtr $
+# $Id: PKGBUILD 160617 2012-06-02 21:14:58Z andyrtr $
# Maintainer: Jan de Groot <jgc@archlinux.org>
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
pkgname=xcb-util-image
-pkgver=0.3.8
+pkgver=0.3.9
pkgrel=1
pkgdesc="Utility libraries for XC Binding - Port of Xlib's XImage and XShmImage functions"
arch=('i686' 'x86_64')
url="http://xcb.freedesktop.org"
license=('custom')
-depends=('libxcb>=1.7' 'xcb-util>=0.3.8')
+depends=('libxcb>=1.7' 'xcb-util>=0.3.9')
makedepends=('xorg-util-macros')
options=('!libtool')
source=("http://xcb.freedesktop.org/dist/${pkgname}-${pkgver}.tar.bz2"
'LICENSE')
-md5sums=('245a96041f373b05764148e52d2e0211'
- '2672c2e72dedb40f773e989dd622f298')
+sha256sums=('d35a3c0eaae171f5081ec127fb9cec174b716ce5d78196a87f2785376da021df'
+ 'ded299aa179dcf0d885bf89274a4db77a530e03f9f5e7cf1c3c4ef1d60e914b9')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"