diff options
Diffstat (limited to 'extra/gobject-introspection/PKGBUILD')
-rw-r--r-- | extra/gobject-introspection/PKGBUILD | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/extra/gobject-introspection/PKGBUILD b/extra/gobject-introspection/PKGBUILD index a3471ac2c..739f42ca3 100644 --- a/extra/gobject-introspection/PKGBUILD +++ b/extra/gobject-introspection/PKGBUILD @@ -1,19 +1,18 @@ -# $Id: PKGBUILD 120263 2011-04-21 19:51:52Z ibiru $ +# $Id: PKGBUILD 139334 2011-10-01 18:58:44Z ibiru $ # Maintainer: Jan de Groot <jgc@archlinux.org> + pkgname=gobject-introspection -pkgver=0.10.8 +pkgver=1.30.0 pkgrel=1 pkgdesc="Introspection system for GObject-based libraries" url="http://live.gnome.org/GObjectInstrospection" arch=('x86_64' 'i686' 'mips64el') license=('LGPL' 'GPL') -depends=('libffi' 'glib2' 'python2') +depends=('glib2' 'python2') makedepends=('cairo') -conflicts=('gir-repository') -replaces=('gir-repository') options=('!libtool') -source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/0.10/${pkgname}-${pkgver}.tar.bz2) -sha256sums=('5b1387ff37f03db880a2b1cbd6c6b6dfb923a29468d4d8367c458abf7704c61e') +source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/1.30/${pkgname}-${pkgver}.tar.xz) +sha256sums=('8e4274579096e983fad3148cdab50295a4701e45cd9a4e02f7242fc0a04c47b2') build() { cd "${srcdir}/${pkgname}-${pkgver}" |