gtksourceview4: update to 4.8.2.
This commit is contained in:
parent
6d2138fe3e
commit
11e614a707
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'gtksourceview4'
|
||||
pkgname=gtksourceview4
|
||||
version=4.8.0
|
||||
version=4.8.2
|
||||
revision=1
|
||||
wrksrc="gtksourceview-${version}"
|
||||
build_style=meson
|
||||
|
@ -16,7 +16,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
|
|||
license="GPL-2.0-or-later"
|
||||
homepage="https://wiki.gnome.org/Projects/GtkSourceView"
|
||||
distfiles="${GNOME_SITE}/gtksourceview/${version%.*}/gtksourceview-${version}.tar.xz"
|
||||
checksum=00a19121500cedf1bae97f35af865d839841fd785d9facf188498e13975b4e1a
|
||||
checksum=842de7e5cb52000fd810e4be39cd9fe29ffa87477f15da85c18f7b82d45637cc
|
||||
|
||||
# Package build options
|
||||
build_options="gir gtk_doc"
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
pkgname="gtksourceview"
|
||||
pattern="$pkgname-\K4\.[0-9]*(?=)"
|
||||
ignore="*.99"
|
Loading…
Reference in New Issue