From 54483b2dd2b8e2e6eb12aabc914fe56bf9ae1af6 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Thu, 14 Sep 2023 12:00:49 -0400 Subject: [PATCH] kiwix-tools: update to 3.5.0 --- srcpkgs/kiwix-tools/template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/kiwix-tools/template b/srcpkgs/kiwix-tools/template index 3b1f6441cb1..c16b5a67ac9 100644 --- a/srcpkgs/kiwix-tools/template +++ b/srcpkgs/kiwix-tools/template @@ -1,18 +1,18 @@ # Template file for 'kiwix-tools' pkgname=kiwix-tools -version=3.1.2 -revision=2 +version=3.5.0 +revision=1 build_style=meson hostmakedepends="pkg-config" makedepends="kiwix-lib-devel zlib-devel libmicrohttpd-devel libuuid-devel - libcurl-devel" + libcurl-devel libzim-devel" short_desc="Kiwix command line tools" maintainer="John " license="GPL-3.0-or-later" homepage="https://kiwix.org" -changelog="https://github.com/kiwix/kiwix-tools/blob/${version}/Changelog" -distfiles="https://github.com/kiwix/kiwix-tools/archive/${version}.tar.gz" -checksum=86325ec31976d40357f08c520806cf223fa1b0a5edb02ad106c2a0d6746ca364 +changelog="https://raw.githubusercontent.com/kiwix/kiwix-tools/main/Changelog" +distfiles="https://github.com/kiwix/kiwix-tools/archive/refs/tags/${version}.tar.gz" +checksum=b15e69dd0ae690cb7a000ad815e5037db5276d92310e0b44832b960a51bfaeac if [ "$CROSS_BUILD" ]; then hostmakedepends+=" kiwix-lib-devel"