Date: Friday, October 1, 2010 @ 07:11:54 Author: allan Revision: 92802
upgpkg: gobject-introspection 0.9.10-2 python2 rebuild Modified: gobject-introspection/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-10-01 11:05:58 UTC (rev 92801) +++ PKGBUILD 2010-10-01 11:11:54 UTC (rev 92802) @@ -2,7 +2,7 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=gobject-introspection pkgver=0.9.10 -pkgrel=1 +pkgrel=2 pkgdesc="Introspection system for GObject-based libraries" url="http://live.gnome.org/GObjectInstrospection" arch=('x86_64' 'i686') @@ -24,4 +24,7 @@ package() { cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install + + sed -i "s|#!/usr/bin/env python|#!/usr/bin/env python2|" \ + "${pkgdir}"/usr/lib/gobject-introspection/giscanner/*.py }
