aboutsummaryrefslogtreecommitdiffstats
path: root/testing/gtksourceview
diff options
context:
space:
mode:
Diffstat (limited to 'testing/gtksourceview')
-rw-r--r--testing/gtksourceview/APKBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/testing/gtksourceview/APKBUILD b/testing/gtksourceview/APKBUILD
index 78f48202d7..8e080b2077 100644
--- a/testing/gtksourceview/APKBUILD
+++ b/testing/gtksourceview/APKBUILD
@@ -1,14 +1,14 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gtksourceview
-pkgver=2.8.2
-pkgrel=1
+pkgver=2.10.2
+pkgrel=0
pkgdesc="A text widget adding syntax highlighting and more to GNOME"
url="http://live.gnome.org/GtkSourceView"
license="GPL"
depends=
-makedepends="gtk+-dev intltool libxml2-dev"
+makedepends="gtk+-dev intltool libxml2-dev gobject-introspection"
subpackages="$pkgname-dev $pkgname-doc"
-source="http://ftp.gnome.org/pub/gnome/sources/gtksourceview/2.8/gtksourceview-$pkgver.tar.bz2"
+source="http://ftp.gnome.org/pub/gnome/sources/gtksourceview/${pkgver%.*}/gtksourceview-$pkgver.tar.bz2"
build() {
cd "$srcdir"/gtksourceview-$pkgver
@@ -23,4 +23,4 @@ package() {
cd "$srcdir"/gtksourceview-$pkgver
make DESTDIR="$pkgdir" install || return 1
}
-md5sums="5ce481d3aa7d639fe4508530b184158c gtksourceview-2.8.2.tar.bz2"
+md5sums="56c849c0adea56228287abbabc7b70b9 gtksourceview-2.10.2.tar.bz2"