summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2019-05-23 13:39:38 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2019-05-23 13:40:32 +0200
commitfeba30ebadb3eb0c987ce0c323a081d18c707f6d (patch)
tree3b88fc35b310688800b65641df9c53d0f9cff858
parentf4e4599350ef33d1d5435f0e8efed985dbd8a354 (diff)
pcr: libzim: sync with aur: update revision
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--pcr/libzim/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/libzim/PKGBUILD b/pcr/libzim/PKGBUILD
index ef9f5aa2e..42c6388ee 100644
--- a/pcr/libzim/PKGBUILD
+++ b/pcr/libzim/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer (AUR): hashworks <mail@hashworks.net>
pkgname=libzim
-pkgver=4.0.6
+pkgver=4.0.7
pkgrel=1
pkgdesc="Reference implementation of the ZIM specification by the openZIM project"
license=('GPL2')
@@ -10,7 +10,7 @@ depends=('xapian-core' 'zlib' 'xz' 'icu')
makedepends=('meson' 'gtest')
url='https://github.com/openzim/libzim'
source=("https://github.com/openzim/libzim/archive/${pkgver}.tar.gz")
-sha256sums=(c0e29491ec56a3d3d39067786ee9604c7fc73e3514709e26c8ea34abc9f6a102)
+sha256sums=(ede654ffe4ec63aaeb9404010d72e3e6afe6b1dbf34bb0c706a67e094eba4438)
build() {
cd "${pkgname}-${pkgver}"