summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhashworks2018-08-23 19:30:07 +0200
committerhashworks2018-08-23 19:30:07 +0200
commit66e9072103e3707d76055a128146f7a91e933d1d (patch)
treec357e41ec44e8c0002b5ec981bb8546088c8395b
parent384b6447e69a169dfb8ef5ea978d1911e036c358 (diff)
downloadaur-66e9072103e3707d76055a128146f7a91e933d1d.tar.gz
Bump version to 4.0.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae86bfefd93b..9ba06f29e35e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libzim
pkgdesc = Reference implementation of the ZIM specification by the openZIM project
- pkgver = 4.0.1
+ pkgver = 4.0.2
pkgrel = 1
url = https://github.com/openzim/libzim
arch = any
@@ -11,8 +11,8 @@ pkgbase = libzim
depends = xz
depends = icu
replaces = zimlib-git
- source = https://github.com/openzim/libzim/archive/4.0.1.tar.gz
- sha256sums = 8e26cfea24a77cdc0ad7d51ad2df939130ad4c489f28c90fdc6ffc1b0da0a085
+ source = https://github.com/openzim/libzim/archive/4.0.2.tar.gz
+ sha256sums = cb9a853ecdab3c43099b1b36861ef6c9ccfab64cf12be148fe87389e92a17b47
pkgname = libzim
diff --git a/PKGBUILD b/PKGBUILD
index f577cb7448d5..d3f9dc550e74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: hashworks <mail@hashworks.net>
pkgname=libzim
-pkgver=4.0.1
+pkgver=4.0.2
pkgrel=1
pkgdesc="Reference implementation of the ZIM specification by the openZIM project"
license=('GPL2')
@@ -10,7 +10,7 @@ depends=('zlib' 'xz' 'icu')
makedepends=('meson' 'gtest')
url='https://github.com/openzim/libzim'
source=("https://github.com/openzim/libzim/archive/${pkgver}.tar.gz")
-sha256sums=(8e26cfea24a77cdc0ad7d51ad2df939130ad4c489f28c90fdc6ffc1b0da0a085)
+sha256sums=(cb9a853ecdab3c43099b1b36861ef6c9ccfab64cf12be148fe87389e92a17b47)
build() {
cd "${pkgname}-${pkgver}"