Date: Sunday, March 21, 2010 @ 12:02:15 Author: ibiru Revision: 72922
update to 2.9.9 Modified: gtksourceview2/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-03-21 15:50:55 UTC (rev 72921) +++ PKGBUILD 2010-03-21 16:02:15 UTC (rev 72922) @@ -2,7 +2,7 @@ # Maintainer: Jan de Groot <j...@archlinux.org> pkgname=gtksourceview2 -pkgver=2.9.8 +pkgver=2.9.9 pkgrel=1 pkgdesc="A text widget adding syntax highlighting and more to GNOME" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ options=('!libtool') url="http://www.gnome.org" source=(http://ftp.gnome.org/pub/gnome/sources/gtksourceview/2.9/gtksourceview-${pkgver}.tar.bz2) -sha256sums=('600776a9f164a71165309b9608503b134d1dd2070c077b3cac1aab35b917794a') +sha256sums=('92521eec9aad2d0c7217c61315f468510ff63d906a33c91cc65a22690d2a1134') build() { cd "${srcdir}/gtksourceview-${pkgver}"