summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhashworks2019-09-10 22:30:27 +0200
committerhashworks2019-09-10 22:30:27 +0200
commite1ba2b533a15ecf72a737dfe57c91ee4674e3c1d (patch)
tree6ecd2a25a7e23d91f510e500aea8c2f00b102218
parent3ebb3a13bd61dee5d5b88c5c7896c0ba886f6cf1 (diff)
downloadaur-e1ba2b533a15ecf72a737dfe57c91ee4674e3c1d.tar.gz
Bump version to 1.3.7
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f3b19da52af0..c9202a4bb73e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = zimwriterfs
pkgdesc = A tool for creating ZIM files based on contents on a local filesystem
- pkgver = 1.3.5
+ pkgver = 1.3.7
pkgrel = 2
url = https://github.com/openzim/zimwriterfs
arch = any
license = GPL3
makedepends = meson
- depends = libzim>=5.0.1
+ depends = libzim>=6.0.1
depends = gumbo-git
depends = xapian-core
- source = https://github.com/openzim/zimwriterfs/archive/1.3.5.tar.gz
- sha256sums = fd6b923ab60eb611aaa6ca3a65506d219021a24aa90bb9fb2795f35e2bdb04c0
+ source = https://github.com/openzim/zimwriterfs/archive/1.3.7.tar.gz
+ sha256sums = d55e13194e29100bf88bb201c5661ab7d2600a9e45c6caeb2a21647cdbf6cb4e
pkgname = zimwriterfs
diff --git a/PKGBUILD b/PKGBUILD
index 444f435a7e54..08b734073e9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: hashworks <mail@hashworks.net>
pkgname=zimwriterfs
-pkgver=1.3.5
+pkgver=1.3.7
pkgrel=2
pkgdesc="A tool for creating ZIM files based on contents on a local filesystem"
license=('GPL3')
arch=('any')
-depends=('libzim>=5.0.1' 'gumbo-git' 'xapian-core')
+depends=('libzim>=6.0.1' 'gumbo-git' 'xapian-core')
makedepends=('meson')
url='https://github.com/openzim/zimwriterfs'
source=("https://github.com/openzim/zimwriterfs/archive/${pkgver}.tar.gz")
-sha256sums=(fd6b923ab60eb611aaa6ca3a65506d219021a24aa90bb9fb2795f35e2bdb04c0)
+sha256sums=(d55e13194e29100bf88bb201c5661ab7d2600a9e45c6caeb2a21647cdbf6cb4e)
build() {
cd "${pkgname}-${pkgver}"