summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGitlabCI2020-07-01 18:30:25 +0000
committerGitlabCI2020-07-01 18:30:25 +0000
commit075094e9fea3af729b988923134d528df403586e (patch)
treec5b9f853ae72807cf1ccfcb6418e2f6957d06df7
parent6577eddf09f84e1655fd9cdb4ec5f5e97579bea9 (diff)
downloadaur-075094e9fea3af729b988923134d528df403586e.tar.gz
Bump to version 6.1.7
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1e02a298c1ea..8e022d021803 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: hashworks <mail@hashworks.net>
pkgname=libzim
-pkgver=6.1.5
-pkgrel=3
+pkgver=6.1.7
+pkgrel=1
pkgdesc="Reference implementation of the ZIM specification by the openZIM project"
license=('GPL2')
arch=('armv7h' 'i686' 'x86_64')
@@ -9,7 +9,7 @@ depends=('xapian-core' 'zlib' 'xz' 'icu' 'zstd')
makedepends=('meson' 'gtest' 'cython' 'python-pytest')
url='https://github.com/openzim/libzim'
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=(c38127663c79a672204426491cf117b609957b4ce2ec69413e474b668a1b02f2)
+sha256sums=(5b1e6538718a5ef72450b43e7e08d44db8a8cc894988c0f130599d133d4a2d67)
build() {
cd "${pkgname}-${pkgver}"