From becb119d0d0d35cb45670e6ce3e7e99359e9fd2b Mon Sep 17 00:00:00 2001 From: Drake Justice Date: Thu, 5 Aug 2010 01:17:08 +0000 Subject: [PATCH] gobject-introspection: bumped to 0.6.14 --- gobject-introspection/PKGBUILD | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/gobject-introspection/PKGBUILD b/gobject-introspection/PKGBUILD index fe12f8547..d6e993ada 100644 --- a/gobject-introspection/PKGBUILD +++ b/gobject-introspection/PKGBUILD @@ -1,19 +1,16 @@ -# $Id: PKGBUILD 72907 2010-03-21 15:29:35Z ibiru $ +# $Id: PKGBUILD 77865 2010-04-18 19:50:51Z ibiru $ # Maintainer: Jan de Groot - -# NOTE 0.6.10 and up need cairo - pkgname=gobject-introspection -pkgver=0.6.9 +pkgver=0.6.10 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.8' 'glib2>=2.23.5' 'python') +depends=('libffi>=3.0.8' 'glib2>=2.24.0' 'python' 'cairo>=1.8.10') options=('!libtool') source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/0.6/${pkgname}-${pkgver}.tar.bz2) -sha256sums=('12ea075fdb90780b047382bc7acf4896c34dad49276f6c8513045a3f584d5ac6') +sha256sums=('36bd511a4d45967f95526f94708b3f4367e9d344aa11f3206fe6edb7fc3a8d4b') build() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -21,4 +18,3 @@ build() { make || return 1 make DESTDIR="${pkgdir}" install || return 1 } -