summaryrefslogtreecommitdiff
path: root/extra/libxcb/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libxcb/PKGBUILD')
-rw-r--r--extra/libxcb/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/libxcb/PKGBUILD b/extra/libxcb/PKGBUILD
index 1bc3cab9e..01d3b10cf 100644
--- a/extra/libxcb/PKGBUILD
+++ b/extra/libxcb/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 174025 2013-01-01 19:16:09Z andyrtr $
+# $Id: PKGBUILD 177994 2013-02-12 20:05:14Z andyrtr $
# Maintainer: Jan de Groot <jgc@archlinux.org>
# Contributor: Alexander Baldeck <alexander@archlinux.org>
pkgname=libxcb
pkgver=1.9
-pkgrel=2
+pkgrel=3
pkgdesc="X11 client-side library"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
url="http://xcb.freedesktop.org/"
depends=('xcb-proto>=1.7' 'libxdmcp' 'libxau')
makedepends=('pkgconfig' 'libxslt' 'python2')
@@ -20,7 +20,7 @@ sha1sums=('ad2fb95eeec41ba3d39502a4f7460c3b64fdf061'
build() {
cd "$srcdir/$pkgname-$pkgver"
patch -Np1 -i "$srcdir/libxcb-1.1-no-pthread-stubs.patch"
- PYTHON=/usr/bin/python2
+ export PYTHON=/usr/bin/python2
./autogen.sh --prefix=/usr \
--enable-xinput \
--enable-xkb \