summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhashworks2018-09-05 13:40:56 +0200
committerhashworks2018-09-05 13:40:56 +0200
commit4bd0bdf02cd8a61e49e35b7eda83d2ba9f4169f8 (patch)
treeda10c049b0b4e0d8381251582af206d1a6b9bcaf
parenta9c06a7bc03da2f2da69531ef4d3e0944acd0240 (diff)
downloadaur-4bd0bdf02cd8a61e49e35b7eda83d2ba9f4169f8.tar.gz
Version bump to 4.0.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1caa0212605b..31823e7dee2d 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.3
+ pkgver = 4.0.4
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.3.tar.gz
- sha256sums = d246c5ed4839780215a4070e3f412bae9511a7201a881b1bfa93e3363af32017
+ source = https://github.com/openzim/libzim/archive/4.0.4.tar.gz
+ sha256sums = 8f56a16d15e810150d3c3ee9acce3606f676c90b72936e11f77f2a2548cd4611
pkgname = libzim
diff --git a/PKGBUILD b/PKGBUILD
index 294557f1171f..fcfbe14b4df2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: hashworks <mail@hashworks.net>
pkgname=libzim
-pkgver=4.0.3
+pkgver=4.0.4
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=(d246c5ed4839780215a4070e3f412bae9511a7201a881b1bfa93e3363af32017)
+sha256sums=(8f56a16d15e810150d3c3ee9acce3606f676c90b72936e11f77f2a2548cd4611)
build() {
cd "${pkgname}-${pkgver}"