summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGitlabCI2019-09-26 15:27:14 +0000
committerGitlabCI2019-09-26 15:27:14 +0000
commitb94726f1668c88809dcfa27741c352f1bb63d361 (patch)
treeb6ee77dc92e64b28e2888caf5f99332528cfd570
parent8427c9cb98333bf53e6cfe503e18b54f35f5abbc (diff)
downloadaur-b94726f1668c88809dcfa27741c352f1bb63d361.tar.gz
Bump to version 6.0.2
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c0b771d41786..b5b38635550c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: hashworks <mail@hashworks.net>
pkgname=libzim
-pkgver=6.0.1
-pkgrel=2
+pkgver=6.0.2
+pkgrel=1
pkgdesc="Reference implementation of the ZIM specification by the openZIM project"
license=('GPL2')
arch=('armv7h' 'i686' 'x86_64')
@@ -10,7 +10,7 @@ depends=('xapian-core' 'zlib' 'xz' 'icu')
makedepends=('meson' 'gtest' 'cython' 'python-pytest')
url='https://github.com/openzim/libzim'
source=("https://github.com/openzim/libzim/archive/${pkgver}.tar.gz")
-sha256sums=(3e710de412e5a60ab07ef72dfae243147747ff531acc5cbed2cba7064bd0733b)
+sha256sums=(993b6885b18e54b3df1493895e61f05e525d846f17d0d3cea57fb74f6415b457)
build() {
cd "${pkgname}-${pkgver}"