diff options
-rw-r--r-- | community/gtksourceview/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/community/gtksourceview/APKBUILD b/community/gtksourceview/APKBUILD index 799e916088..e9b67d7f5e 100644 --- a/community/gtksourceview/APKBUILD +++ b/community/gtksourceview/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gtksourceview -pkgver=3.24.7 +pkgver=3.24.9 pkgrel=0 pkgdesc="A text widget adding syntax highlighting and more to GNOME" url="http://live.gnome.org/GtkSourceView" @@ -11,6 +11,7 @@ depends_dev="gtk+3.0-dev libxml2-dev" makedepends="$depends_dev gobject-introspection-dev" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" source="https://download.gnome.org/sources/gtksourceview/${pkgver%.*}/gtksourceview-$pkgver.tar.xz" +options="!check" # testsuite requires graphical interface builddir="$srcdir/$pkgname-$pkgver" @@ -28,4 +29,4 @@ package() { cd "$builddir" make DESTDIR="$pkgdir" install } -sha512sums="d86ef2bea6ae24c128f65e314c82f58265a53309abff22630360b0f5a5f9b640e3fc31fdd58b06221efc28f41c95c0f92613edb8c0a2c8f5c6147d287310a9a2 gtksourceview-3.24.7.tar.xz" +sha512sums="29b58afba1c0b473205cf7070997139d2ca07cf68d40185aa76fa59c900ad21c03ccb79dec9970e5f96743cfdb5a7d926b21a9947244bc8cf8cbd1033467cd01 gtksourceview-3.24.9.tar.xz" |