summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhashworks2019-04-16 18:59:43 +0200
committerhashworks2019-04-16 18:59:43 +0200
commit0ad19989a993103c67c387bf53b416f7ea3e112a (patch)
tree64913b8f3ff91024e1268414f98da418ba88d7a7
parentb0b2f9464e928082350bd5ad3ac40464b5d4034c (diff)
downloadaur-0ad19989a993103c67c387bf53b416f7ea3e112a.tar.gz
Bump version to 1.3.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e4f9716f202..bac971841930 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
+ pkgver = 1.3.1
pkgrel = 1
url = https://github.com/openzim/zimwriterfs
arch = any
license = GPL3
makedepends = meson
- depends = libzim>=4.0.6
+ depends = libzim>=4.0.7
depends = gumbo-git
depends = xapian-core
- source = https://github.com/openzim/zimwriterfs/archive/1.3.tar.gz
- sha256sums = c6288a4dc864afd8e881724f8f2d68a49e1ca4e88d9f83ccfd4d5321a87d271e
+ source = https://github.com/openzim/zimwriterfs/archive/1.3.1.tar.gz
+ sha256sums = 94c2c54f4a157e518f746b462330d560cca5c4ec5aaeac1b5e66534ea1554827
pkgname = zimwriterfs
diff --git a/PKGBUILD b/PKGBUILD
index b3b46bc96783..1fbe52366797 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: hashworks <mail@hashworks.net>
pkgname=zimwriterfs
-pkgver=1.3
+pkgver=1.3.1
pkgrel=1
pkgdesc="A tool for creating ZIM files based on contents on a local filesystem"
license=('GPL3')
arch=('any')
-depends=('libzim>=4.0.6' 'gumbo-git' 'xapian-core')
+depends=('libzim>=4.0.7' 'gumbo-git' 'xapian-core')
makedepends=('meson')
url='https://github.com/openzim/zimwriterfs'
source=("https://github.com/openzim/zimwriterfs/archive/${pkgver}.tar.gz")
-sha256sums=(c6288a4dc864afd8e881724f8f2d68a49e1ca4e88d9f83ccfd4d5321a87d271e)
+sha256sums=(94c2c54f4a157e518f746b462330d560cca5c4ec5aaeac1b5e66534ea1554827)
build() {
cd "${pkgname}-${pkgver}"