Date: Wednesday, February 9, 2011 @ 05:06:07 Author: ibiru Revision: 109394
update to 0.10.2 Modified: gobject-introspection/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-02-09 09:47:28 UTC (rev 109393) +++ PKGBUILD 2011-02-09 10:06:07 UTC (rev 109394) @@ -1,19 +1,19 @@ # $Id$ # Maintainer: Jan de Groot <[email protected]> pkgname=gobject-introspection -pkgver=0.10.1 +pkgver=0.10.2 pkgrel=1 pkgdesc="Introspection system for GObject-based libraries" url="http://live.gnome.org/GObjectInstrospection" arch=('x86_64' 'i686') license=('LGPL' 'GPL') -depends=('libffi>=3.0.9' 'glib2>=2.27.93' 'python2') +depends=('libffi>=3.0.9' 'glib2>=2.28' '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=('59033bcb428fd507f9b8399424e847ab24d5e1fe5d587f6915be9940fde69890') +sha256sums=('5b98baef0823e0d0cf9fa008047d76303aa5582c0ae89d86346b4598c636b1a1') build() { cd "${srcdir}/${pkgname}-${pkgver}"
