From d2a783f90117b6b29196a7034d1324f5af8fa1ec Mon Sep 17 00:00:00 2001 From: oreo639 <31916379+Oreo639@users.noreply.github.com> Date: Thu, 21 Apr 2022 20:13:41 -0700 Subject: [PATCH] zenity: update to 3.42.1 --- srcpkgs/zenity/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/zenity/template b/srcpkgs/zenity/template index b452a7a61a5..e5513bcbedf 100644 --- a/srcpkgs/zenity/template +++ b/srcpkgs/zenity/template @@ -1,6 +1,6 @@ # Template file for 'zenity' pkgname=zenity -version=3.41.0 +version=3.42.1 revision=1 build_style=meson configure_args="-Dwebkitgtk=$(vopt_if webkit true false)" @@ -10,8 +10,9 @@ short_desc="Display GNOME dialogs from the command line" maintainer="Enno Boland " license="LGPL-2.0-or-later" homepage="https://help.gnome.org/users/zenity/" +changelog="https://gitlab.gnome.org/GNOME/zenity/-/raw/master/NEWS" distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz" -checksum=19b676c3510e22badfcc3204062d432ba537402f5e0ae26128c0d90c954037e1 +checksum=a08e0c8e626615ee2c23ff74628eba6f8b486875dd54371ca7e2d7605b72a87c build_options="webkit" build_options_default="webkit"