summaryrefslogtreecommitdiff
path: root/pcr/kiwix-tools/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/kiwix-tools/PKGBUILD')
-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}"