Date: Wednesday, February 23, 2011 @ 11:17:48 Author: ibiru Revision: 111009
upgpkg: gobject-introspection 0.10.3-1 update to 0.10.3 Modified: gobject-introspection/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-02-23 16:06:07 UTC (rev 111008) +++ PKGBUILD 2011-02-23 16:17:48 UTC (rev 111009) @@ -1,19 +1,19 @@ # $Id$ # Maintainer: Jan de Groot <[email protected]> pkgname=gobject-introspection -pkgver=0.10.2 +pkgver=0.10.3 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.28' 'python2') +depends=('libffi' '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=('5b98baef0823e0d0cf9fa008047d76303aa5582c0ae89d86346b4598c636b1a1') +sha256sums=('1d5fb9b094b170ff13d22886f60b148522432a654ddc832371bf94b89ec3840b') build() { cd "${srcdir}/${pkgname}-${pkgver}"
