Date: Thursday, November 3, 2022 @ 18:33:44 Author: heftig Revision: 460507
4.8.4-1 Modified: gtksourceview4/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-03 18:27:34 UTC (rev 460506) +++ PKGBUILD 2022-11-03 18:33:44 UTC (rev 460507) @@ -3,7 +3,7 @@ # Contributor: Ionut Biru <[email protected]> pkgname=gtksourceview4 -pkgver=4.8.3 +pkgver=4.8.4 pkgrel=1 pkgdesc="A text widget adding syntax highlighting and more to GNOME" url="https://wiki.gnome.org/Projects/GtkSourceView" @@ -14,7 +14,7 @@ checkdepends=(xorg-server-xvfb) provides=(libgtksourceview-${pkgver%%.*}.so) options=(debug) -_commit=852d98241a61636de6eafe7e6b0e886e25c77775 # tags/4.8.3^0 +_commit=7fd3adb3134bbec167167bb6400e018e4f781eb9 # tags/4.8.4^0 source=("git+https://gitlab.gnome.org/GNOME/gtksourceview.git#commit=$_commit") sha256sums=('SKIP') @@ -28,7 +28,12 @@ } build() { - arch-meson gtksourceview build -D glade_catalog=true -D gtk_doc=true + local meson_options=( + -D glade_catalog=true + -D gtk_doc=true + ) + + arch-meson gtksourceview build "${meson_options[@]}" meson compile -C build } @@ -40,3 +45,5 @@ package() { meson install -C build --destdir "$pkgdir" } + +# vim:set sw=2 sts=-1 et:
