summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhashworks2019-09-10 22:22:50 +0200
committerhashworks2019-09-10 22:22:50 +0200
commit4688fb5da740dd3eef2f602e24e078be722870bf (patch)
tree9608d49b1bf4b6bf0579930cfbfc3f1513edc90c
parentbb4c434ec5f99a3c356ae9009d6c670cea38f1bf (diff)
downloadaur-4688fb5da740dd3eef2f602e24e078be722870bf.tar.gz
Bump version to 6.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 066854f7413f..aa0cc9a82d3e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libzim
pkgdesc = Reference implementation of the ZIM specification by the openZIM project
- pkgver = 5.1.0
+ pkgver = 6.0.1
pkgrel = 1
url = https://github.com/openzim/libzim
arch = armv7h
@@ -14,8 +14,8 @@ pkgbase = libzim
depends = xz
depends = icu
replaces = zimlib-git
- source = https://github.com/openzim/libzim/archive/5.1.0.tar.gz
- sha256sums = 0c8f1ba928a21874beb10ef21d95e51b2f313ccfc05672820366b74984fb0d02
+ source = https://github.com/openzim/libzim/archive/6.0.1.tar.gz
+ sha256sums = 3e710de412e5a60ab07ef72dfae243147747ff531acc5cbed2cba7064bd0733b
pkgname = libzim
diff --git a/PKGBUILD b/PKGBUILD
index 54fc5b9d1f2d..b87cc36c14f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: hashworks <mail@hashworks.net>
pkgname=libzim
-pkgver=5.1.0
+pkgver=6.0.1
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=(0c8f1ba928a21874beb10ef21d95e51b2f313ccfc05672820366b74984fb0d02)
+sha256sums=(3e710de412e5a60ab07ef72dfae243147747ff531acc5cbed2cba7064bd0733b)
build() {
cd "${pkgname}-${pkgver}"