summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhashworks2019-05-31 16:08:46 +0200
committerhashworks2019-05-31 16:08:46 +0200
commit099f4b16aef5a18669b9901694c7a0acc8136017 (patch)
tree0a4757900c341b292751705cc35cdbc59c3f3149
parent4fb71f007b67699ccb58af1acf63e47745e6df56 (diff)
downloadaur-099f4b16aef5a18669b9901694c7a0acc8136017.tar.gz
Revert "Require kiwix-lib v5.1.0"
This reverts commit 4fb71f007b67699ccb58af1acf63e47745e6df56.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e2bcc1a5fec..a719d3930bd8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = zimwriterfs
arch = any
license = GPL3
makedepends = meson
- depends = libzim>=5.1.0
+ depends = libzim>=5.0.0
depends = gumbo-git
depends = xapian-core
source = https://github.com/openzim/zimwriterfs/archive/1.3.3.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 8e86a810ba5f..d4aae857644d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=1
pkgdesc="A tool for creating ZIM files based on contents on a local filesystem"
license=('GPL3')
arch=('any')
-depends=('libzim>=5.1.0' 'gumbo-git' 'xapian-core')
+depends=('libzim>=5.0.0' 'gumbo-git' 'xapian-core')
makedepends=('meson')
url='https://github.com/openzim/zimwriterfs'
source=("https://github.com/openzim/zimwriterfs/archive/${pkgver}.tar.gz")