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

Jan de Groot jgc at archlinux.org
Fri Oct 22 08:47:59 UTC 2010


    Date: Friday, October 22, 2010 @ 04:47:59
  Author: jgc
Revision: 96553

Check for python2, not python

Modified:
  pycairo/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-10-22 08:23:29 UTC (rev 96552)
+++ PKGBUILD	2010-10-22 08:47:59 UTC (rev 96553)
@@ -3,7 +3,7 @@
 
 pkgname=pycairo
 pkgver=1.8.10
-pkgrel=2
+pkgrel=3
 pkgdesc="Python bindings for the cairo graphics library"
 arch=('i686' 'x86_64')
 license=('LGPL' 'MPL')
@@ -15,7 +15,7 @@
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
+  PYTHON=python2 ./configure --prefix=/usr
   make
 }
 




More information about the arch-commits mailing list