summaryrefslogtreecommitdiff
path: root/extra/pygtk/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/pygtk/PKGBUILD')
-rw-r--r--extra/pygtk/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/pygtk/PKGBUILD b/extra/pygtk/PKGBUILD
index 792c64878..210145241 100644
--- a/extra/pygtk/PKGBUILD
+++ b/extra/pygtk/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 138082 2011-09-16 07:34:35Z ibiru $
+# $Id: PKGBUILD 148886 2012-02-05 11:54:15Z ibiru $
# Maintainer: Jan de Groot <jgc@archlinux.org>
# Contributor: Sarah Hay <sarahhay@mb.sympatico.ca>
pkgname=pygtk
pkgver=2.24.0
-pkgrel=2
+pkgrel=3
pkgdesc="Python bindings for the GTK widget set"
arch=('i686' 'x86_64' 'mips64el')
license=('LGPL')
@@ -24,7 +24,7 @@ build() {
#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
}