Date: Wednesday, September 29, 2010 @ 16:09:08 Author: jgc Revision: 92416
upgpkg: gobject-introspection 0.9.8-2 Conflict and replace gir-repository. We do not want that pkg anymore, most files have moved here and remaining files have moved to other packages or do not build anymore Modified: gobject-introspection/trunk/PKGBUILD ----------+ PKGBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-09-29 20:05:45 UTC (rev 92415) +++ PKGBUILD 2010-09-29 20:09:08 UTC (rev 92416) @@ -2,13 +2,15 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=gobject-introspection pkgver=0.9.8 -pkgrel=1 +pkgrel=2 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.26.0' 'python2') makedepends=('cairo') +conflicts=('gir-repository') +replaces=('gir-repository') options=('!libtool') source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/0.9/${pkgname}-${pkgver}.tar.bz2) sha256sums=('de7c1cccbe68f3c0aec15a12ae8dbbcf04f8b23e585ef4c05dc83c6b9a5a7338')
