summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhashworks2019-04-16 18:56:46 +0200
committerhashworks2019-04-16 18:56:46 +0200
commit60d2f28cece39498f672790a2758b04c311ab480 (patch)
tree36dc16768b7889f2adb3fa9993c459b6f5d17989
parentfb2f36f45d30cb3bcd06b8dabf42d49e54934542 (diff)
downloadaur-60d2f28cece39498f672790a2758b04c311ab480.tar.gz
Bump version to 4.0.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f13356aea6a8..35e75acf541d 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.6
+ pkgver = 4.0.7
pkgrel = 1
url = https://github.com/openzim/libzim
arch = any
@@ -12,8 +12,8 @@ pkgbase = libzim
depends = xz
depends = icu
replaces = zimlib-git
- source = https://github.com/openzim/libzim/archive/4.0.6.tar.gz
- sha256sums = c0e29491ec56a3d3d39067786ee9604c7fc73e3514709e26c8ea34abc9f6a102
+ source = https://github.com/openzim/libzim/archive/4.0.7.tar.gz
+ sha256sums = ede654ffe4ec63aaeb9404010d72e3e6afe6b1dbf34bb0c706a67e094eba4438
pkgname = libzim
diff --git a/PKGBUILD b/PKGBUILD
index 0a7ac15f2245..4601514bcf33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: 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}"