From db149565c376a960f6a16cc8f5e8b1a8cd9b7758 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Tue, 1 Jan 2019 20:37:26 +0100 Subject: [PATCH] libhandy: update to 0.0.6. --- srcpkgs/libhandy/template | 8 ++++---- srcpkgs/libhandy/update | 2 ++ 2 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 srcpkgs/libhandy/update 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")'