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

Eric Bélanger eric at archlinux.org
Mon Jan 23 21:15:27 UTC 2012


    Date: Monday, January 23, 2012 @ 16:15:27
  Author: eric
Revision: 147167

upgpkg: pygtk 2.24.0-3

Rebuild against libpng 1.5 and libtiff 4.0, Fix python scripts

Modified:
  pygtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-01-23 20:22:29 UTC (rev 147166)
+++ PKGBUILD	2012-01-23 21:15:27 UTC (rev 147167)
@@ -4,7 +4,7 @@
 
 pkgname=pygtk
 pkgver=2.24.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Python bindings for the GTK widget set"
 arch=('i686' 'x86_64')
 license=('LGPL')
@@ -24,7 +24,7 @@
   #https://bugzilla.gnome.org/show_bug.cgi?id=623965
   patch -Np1 -i "${srcdir}/python27.patch"
 
-  PYTHON=python2 ./configure --prefix=/usr
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr
   make
 }
 




More information about the arch-commits mailing list