summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}"