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

Allan McRae allan at archlinux.org
Fri Oct 1 13:35:22 UTC 2010


    Date: Friday, October 1, 2010 @ 09:35:21
  Author: allan
Revision: 92846

upgpkg: pygtk 2.22.0-2
python2 rebuild

Modified:
  pygtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-10-01 13:35:11 UTC (rev 92845)
+++ PKGBUILD	2010-10-01 13:35:21 UTC (rev 92846)
@@ -4,7 +4,7 @@
 
 pkgname=pygtk
 pkgver=2.22.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Python bindings for the GTK widget set"
 arch=('i686' 'x86_64')
 license=('LGPL')
@@ -25,6 +25,6 @@
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
-  sed -i -e 's#env python#env python2#' "${pkgdir}"/usr/lib/pygtk/2.0/demos/*.py
+  sed -i -e 's#env python$#env python2#' "${pkgdir}"/usr/lib/pygtk/2.0/{,demos/}*.py
   install -m644 gtk/gtk-extrafuncs.defs "${pkgdir}/usr/share/pygtk/2.0/defs/"
 }




More information about the arch-commits mailing list