gtksourceview4: update to 4.8.2.

This commit is contained in:
Enno Boland
2021-10-04 16:52:07 +02:00
parent 6d2138fe3e
commit 11e614a707
2 changed files with 5 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# Template file for 'gtksourceview4' # Template file for 'gtksourceview4'
pkgname=gtksourceview4 pkgname=gtksourceview4
version=4.8.0 version=4.8.2
revision=1 revision=1
wrksrc="gtksourceview-${version}" wrksrc="gtksourceview-${version}"
build_style=meson build_style=meson
@@ -16,7 +16,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-2.0-or-later" license="GPL-2.0-or-later"
homepage="https://wiki.gnome.org/Projects/GtkSourceView" homepage="https://wiki.gnome.org/Projects/GtkSourceView"
distfiles="${GNOME_SITE}/gtksourceview/${version%.*}/gtksourceview-${version}.tar.xz" distfiles="${GNOME_SITE}/gtksourceview/${version%.*}/gtksourceview-${version}.tar.xz"
checksum=00a19121500cedf1bae97f35af865d839841fd785d9facf188498e13975b4e1a checksum=842de7e5cb52000fd810e4be39cd9fe29ffa87477f15da85c18f7b82d45637cc
# Package build options # Package build options
build_options="gir gtk_doc" build_options="gir gtk_doc"

View File

@@ -0,0 +1,3 @@
pkgname="gtksourceview"
pattern="$pkgname-\K4\.[0-9]*(?=)"
ignore="*.99"