From 262920d2b49c1a3d3d5e08013378cba15e039329 Mon Sep 17 00:00:00 2001 From: oreo639 Date: Tue, 6 Feb 2024 08:17:04 -0800 Subject: [PATCH] libdex: update to 0.4.3. --- srcpkgs/libdex/template | 4 ++-- srcpkgs/libdex/update | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/libdex/update diff --git a/srcpkgs/libdex/template b/srcpkgs/libdex/template index 5340766d927..b57d4db9793 100644 --- a/srcpkgs/libdex/template +++ b/srcpkgs/libdex/template @@ -1,6 +1,6 @@ # Template file for 'libdex' pkgname=libdex -version=0.2.0 +version=0.4.3 revision=1 build_style=meson build_helper=gir @@ -18,7 +18,7 @@ license="LGPL-2.1-or-later" homepage="https://gitlab.gnome.org/GNOME/libdex" changelog="https://gitlab.gnome.org/GNOME/libdex/-/raw/main/NEWS" distfiles="${GNOME_SITE}/libdex/${version%.*}/libdex-${version}.tar.xz" -checksum=a0f7566260971a1e4aeb53a07d95c806091257b8789d6fad9931dba872c5070d +checksum=adead71f660e1e44f182c037a48ae528540c028445c1b6715d1ea3a5cac64580 # Package build options build_options="gir vala gtk_doc" diff --git a/srcpkgs/libdex/update b/srcpkgs/libdex/update new file mode 100644 index 00000000000..01a3b44828d --- /dev/null +++ b/srcpkgs/libdex/update @@ -0,0 +1,2 @@ +# ignore unstable beta/rc releases +ignore="?.[3579].*"