From 6c745de26d8c7ba2fb4451a6c6da77000e7f30a1 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Thu, 6 Feb 2020 02:50:20 +0100 Subject: pcr: kiwix-tools: sync with AUR This was build tested on i686. Signed-off-by: Denis 'GNUtoo' Carikli --- pcr/kiwix-tools/PKGBUILD | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'pcr/kiwix-tools/PKGBUILD') diff --git a/pcr/kiwix-tools/PKGBUILD b/pcr/kiwix-tools/PKGBUILD index a84e13919..35178d552 100644 --- a/pcr/kiwix-tools/PKGBUILD +++ b/pcr/kiwix-tools/PKGBUILD @@ -1,21 +1,20 @@ # Maintainer (AUR): hashworks # parabola changes and rationale: -# - Added armv7h and i686 support -# - Fixed architecture +# - No changes pkgname=kiwix-tools -pkgver=2.0.0 -pkgrel=1 +pkgver=3.0.1 +pkgrel=8 pkgdesc="kiwix command line tools" license=('GPL3') arch=('armv7h' 'i686' 'x86_64') replaces=('kiwix-cli-git') -depends=('kiwix-lib>=5.1.0' 'libmicrohttpd') +depends=('kiwix-lib') makedepends=('meson') url='https://github.com/kiwix/kiwix-tools' source=("https://github.com/kiwix/kiwix-tools/archive/${pkgver}.tar.gz") -sha256sums=(d80b3ac46e37d0ead9fe9e4f2d07d808ad2df2e104180a9e2fc5eeaf33a0d272) +sha256sums=(b4d2ff9dfb7d71bb06ee837392a714cf8934d21dba65d5d051c0caa0112e4974) build() { cd "${pkgname}-${pkgver}" -- cgit v1.2.3