diff options
Diffstat (limited to 'extra/gtksourceview3/PKGBUILD')
-rw-r--r-- | extra/gtksourceview3/PKGBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/extra/gtksourceview3/PKGBUILD b/extra/gtksourceview3/PKGBUILD index 30ca82b3e..0b6a646e6 100644 --- a/extra/gtksourceview3/PKGBUILD +++ b/extra/gtksourceview3/PKGBUILD @@ -1,19 +1,18 @@ -# $Id: PKGBUILD 196105 2013-10-07 11:52:37Z jgc $ +# $Id: PKGBUILD 198083 2013-10-30 12:42:02Z allan $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgname=gtksourceview3 _pkgbasename=gtksourceview -pkgver=3.10.0 +pkgver=3.10.1 pkgrel=1 pkgdesc="A text widget adding syntax highlighting and more to GNOME" arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=('gtk3' 'libxml2') makedepends=('intltool' 'gobject-introspection' 'glade') -options=('!libtool') url="http://www.gnome.org" source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgbasename/${pkgver%.*}/$_pkgbasename-$pkgver.tar.xz) -sha256sums=('5208afa6edccf4d70a30ed1da399cefcceb8a8b879305d491be4be3e3d6ef776') +sha256sums=('38de44f832b4110a3442af2fce58fce0a54f4b22a763c490bcdc1b1db2fb0b01') build() { cd "$_pkgbasename-$pkgver" |