Date: Friday, March 25, 2011 @ 18:54:18 Author: heftig Revision: 116873
upgpkg: gobject-introspection 0.10.5-1 Update to 0.10.5 Modified: gobject-introspection/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-03-25 22:50:31 UTC (rev 116872) +++ PKGBUILD 2011-03-25 22:54:18 UTC (rev 116873) @@ -1,7 +1,7 @@ # $Id$ # Maintainer: Jan de Groot <[email protected]> pkgname=gobject-introspection -pkgver=0.10.4 +pkgver=0.10.5 pkgrel=1 pkgdesc="Introspection system for GObject-based libraries" url="http://live.gnome.org/GObjectInstrospection" @@ -13,7 +13,7 @@ replaces=('gir-repository') options=('!libtool') source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/0.10/${pkgname}-${pkgver}.tar.bz2) -sha256sums=('8dad8e985f70f64e5e3c2004b14935f0533989d72856abb3bef88d0bf018e074') +sha256sums=('fe033c5c89fb8a6019bbb15ad1d30e8e99280bf274b2e269f00faaf8a8f58325') build() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -25,6 +25,6 @@ cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install - sed -i "s|#!/usr/bin/env python|#!/usr/bin/env python2|" \ + sed -i '1s|#!/usr/bin/env python$|&2|' \ "${pkgdir}"/usr/lib/gobject-introspection/giscanner/*.py }
