gtk4: update to 4.18.4, fix update-check

This commit is contained in:
chrysos349 2025-04-11 17:20:30 +03:00 committed by oreo639
parent 5e1ee153a7
commit 92c445fed1
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
# Template file for 'gtk4'
pkgname=gtk4
version=4.18.2
version=4.18.4
revision=1
build_style=meson
build_helper="gir"
@ -30,10 +30,10 @@ short_desc="GIMP ToolKit (v4)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-2.1-or-later"
homepage="https://www.gtk.org/"
changelog="https://gitlab.gnome.org/GNOME/gtk/-/raw/main/NEWS"
#changelog="https://gitlab.gnome.org/GNOME/gtk/-/raw/gtk-4-18/NEWS"
#changelog="https://gitlab.gnome.org/GNOME/gtk/-/raw/main/NEWS"
changelog="https://gitlab.gnome.org/GNOME/gtk/-/raw/gtk-4-18/NEWS"
distfiles="${GNOME_SITE}/gtk/${version%.*}/gtk-${version}.tar.xz"
checksum=cca5677be4c3e501b49f1c50bcafacba8dcf4bd3a2d016388f834eff274dc159
checksum=d4783ac15037c2c4275a8f1acc94f5fede28a516243fccb92ff54a11c15775ff
# Package build options
build_options="broadway cloudproviders colord cups gir vulkan wayland x11 tracker"

View file

@ -1,2 +1,2 @@
pkgname="gtk"
pattern="4\.[0-9]*[02468]\.[0-9]*"
pattern="\"\K4\.[0-9]*[02468]\.[0-9]*"