Date: Sunday, March 28, 2010 @ 09:31:39 Author: jgc Revision: 73770 upgpkg: gtksourceview2 2.10.0-1 Update to 2.10.0
Modified: gtksourceview2/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-03-28 13:12:34 UTC (rev 73769) +++ PKGBUILD 2010-03-28 13:31:39 UTC (rev 73770) @@ -2,17 +2,17 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=gtksourceview2 -pkgver=2.9.9 +pkgver=2.10.0 pkgrel=1 pkgdesc="A text widget adding syntax highlighting and more to GNOME" arch=('i686' 'x86_64') license=('GPL') -depends=('gtk2>=2.19.6' 'libxml2>=2.7.6') +depends=('gtk2>=2.20.0' 'libxml2>=2.7.7') makedepends=('intltool' 'pkgconfig') options=('!libtool') url="http://www.gnome.org" -source=(http://ftp.gnome.org/pub/gnome/sources/gtksourceview/2.9/gtksourceview-${pkgver}.tar.bz2) -sha256sums=('92521eec9aad2d0c7217c61315f468510ff63d906a33c91cc65a22690d2a1134') +source=(http://ftp.gnome.org/pub/gnome/sources/gtksourceview/2.10/gtksourceview-${pkgver}.tar.bz2) +sha256sums=('a72484ff661d3515130911b59f78a88afc1344421431e05e99e9dab791be948f') build() { cd "${srcdir}/gtksourceview-${pkgver}"
