From fe675be3a5f22b4397ea55959bb3c47b4c1b8288 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 19 Apr 2012 00:01:30 +0000 Subject: Thu Apr 19 00:01:30 UTC 2012 --- testing/gobject-introspection/PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'testing/gobject-introspection/PKGBUILD') diff --git a/testing/gobject-introspection/PKGBUILD b/testing/gobject-introspection/PKGBUILD index 58b78d24a..ed5299eaa 100644 --- a/testing/gobject-introspection/PKGBUILD +++ b/testing/gobject-introspection/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 155161 2012-04-01 11:34:23Z heftig $ +# $Id: PKGBUILD 156398 2012-04-17 21:03:54Z ibiru $ # Maintainer: Jan de Groot pkgname=gobject-introspection -pkgver=1.32.0 +pkgver=1.32.1 pkgrel=1 pkgdesc="Introspection system for GObject-based libraries" url="http://live.gnome.org/GObjectInstrospection" @@ -12,16 +12,16 @@ depends=('glib2' 'python2') makedepends=('cairo') options=('!libtool') source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('346a729eb8a2a5dc49197d2195e71295167504cc2671298dfd92a32f8e5a01b3') +sha256sums=('44f3fb933f76e4728818cc360cb5f9e2edcbdf9bc8a8f9aded99b3e3ef5cb858') build() { - cd "$srcdir/$pkgname-$pkgver" + cd "$pkgname-$pkgver" PYTHON=/usr/bin/python2 ./configure --prefix=/usr --disable-static make } package() { - cd "$srcdir/$pkgname-$pkgver" + cd "$pkgname-$pkgver" make DESTDIR="$pkgdir" install sed -i '1s|#!/usr/bin/env python$|&2|' \ -- cgit v1.2.3-54-g00ecf