summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-02-06 02:50:20 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-02-06 02:50:23 +0100
commit6c745de26d8c7ba2fb4451a6c6da77000e7f30a1 (patch)
tree9332ffb9c1049dc55843b0331e82993c600308dc
parent3e34a3f2d453f11a74da646ae71df24b197d18c7 (diff)
pcr: kiwix-tools: sync with AUR
This was build tested on i686. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--pcr/kiwix-tools/PKGBUILD11
1 files changed, 5 insertions, 6 deletions
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 <mail@hashworks.net>
# 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}"