summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhashworks2019-08-26 19:42:10 +0200
committerhashworks2019-08-26 19:42:10 +0200
commit3ebb3a13bd61dee5d5b88c5c7896c0ba886f6cf1 (patch)
tree7d9eac70fbae8265eacbf1be3649d3449e81af21
parent995f198f5e5931067023b2fb5585109f25f54be1 (diff)
downloadaur-3ebb3a13bd61dee5d5b88c5c7896c0ba886f6cf1.tar.gz
Update hash
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ec29cafcce3..f3b19da52af0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = zimwriterfs
pkgdesc = A tool for creating ZIM files based on contents on a local filesystem
pkgver = 1.3.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/openzim/zimwriterfs
arch = any
license = GPL3
@@ -10,7 +10,7 @@ pkgbase = zimwriterfs
depends = gumbo-git
depends = xapian-core
source = https://github.com/openzim/zimwriterfs/archive/1.3.5.tar.gz
- sha256sums = bb727d21fe889f9067d3e39cae0b103c657d5eafe4772b194b5ddbbe431eb89c
+ sha256sums = fd6b923ab60eb611aaa6ca3a65506d219021a24aa90bb9fb2795f35e2bdb04c0
pkgname = zimwriterfs
diff --git a/PKGBUILD b/PKGBUILD
index ef69a72ac6cb..444f435a7e54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: hashworks <mail@hashworks.net>
pkgname=zimwriterfs
pkgver=1.3.5
-pkgrel=1
+pkgrel=2
pkgdesc="A tool for creating ZIM files based on contents on a local filesystem"
license=('GPL3')
arch=('any')
@@ -9,7 +9,7 @@ depends=('libzim>=5.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=(bb727d21fe889f9067d3e39cae0b103c657d5eafe4772b194b5ddbbe431eb89c)
+sha256sums=(fd6b923ab60eb611aaa6ca3a65506d219021a24aa90bb9fb2795f35e2bdb04c0)
build() {
cd "${pkgname}-${pkgver}"