[arch-commits] Commit in libxcb/trunk (PKGBUILD)

Andreas Radke andyrtr at nymeria.archlinux.org
Tue Feb 12 20:04:53 UTC 2013


    Date: Tuesday, February 12, 2013 @ 21:04:53
  Author: andyrtr
Revision: 177993

upgpkg: libxcb 1.9-3

fix custom build with two python versions installed; FS#33350

Modified:
  libxcb/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-12 19:50:15 UTC (rev 177992)
+++ PKGBUILD	2013-02-12 20:04:53 UTC (rev 177993)
@@ -4,9 +4,9 @@
 
 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 @@
 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 \




More information about the arch-commits mailing list