diff --git a/srcpkgs/libhandy/template b/srcpkgs/libhandy/template index 0df1432d7e0..52e42ae5b58 100644 --- a/srcpkgs/libhandy/template +++ b/srcpkgs/libhandy/template @@ -1,6 +1,6 @@ # Template file for 'libhandy' pkgname=libhandy -version=0.0.5 +version=0.0.6 revision=1 wrksrc="libhandy-v${version}" build_style=meson @@ -10,12 +10,12 @@ configure_args="-Dexamples=false -Dtests=false $(vopt_bool vala vapi) hostmakedepends="glib-devel pkg-config $(vopt_if gir gobject-introspection) $(vopt_if vala vala-devel) $(vopt_if glade glade3-devel)" makedepends="gtk+3-devel libglib-devel" -short_desc="A library full of GTK+ widgets for mobile phones" +short_desc="Library full of GTK+ widgets for mobile phones" maintainer="Rasmus Thomsen " license="LGPL-2.0-or-later" homepage="https://source.puri.sm/Librem5/libhandy" -distfiles="${homepage}/-/archive/v${version}/${wrksrc}.tar.gz" -checksum=64fb814d5deceef8107d101fc4bef614e3b146b67a9d8a9492ac679eebd72b47 +distfiles="https://source.puri.sm/Librem5/libhandy/-/archive/v${version}/libhandy-v${version}.tar.gz" +checksum=9d22e94fbc16043b59d9e2ea6e12a2ecc7ce821943379c1f024afcabb56674a4 build_options="gir vala glade" desc_option_glade="Generate glade modules and catalog files" diff --git a/srcpkgs/libhandy/update b/srcpkgs/libhandy/update new file mode 100644 index 00000000000..bbea94b75ae --- /dev/null +++ b/srcpkgs/libhandy/update @@ -0,0 +1,2 @@ +site="https://source.puri.sm/Librem5/libhandy/tags" +pattern='/archive/[^/]+/\Q'"$pkgname"'\E-v?\K[\d\.]+(?=\.tar\.gz")'