summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhashworks2019-08-22 20:18:57 +0200
committerhashworks2019-08-22 20:18:57 +0200
commitbb4c434ec5f99a3c356ae9009d6c670cea38f1bf (patch)
tree4824f64ad98a312364a40afd3cbb675d8d1b5b73
parent79304cbe1cb30617fe01f2429045aa0c4624627d (diff)
downloadaur-bb4c434ec5f99a3c356ae9009d6c670cea38f1bf.tar.gz
Bump version to 5.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d97109ea1f8..066854f7413f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libzim
pkgdesc = Reference implementation of the ZIM specification by the openZIM project
- pkgver = 5.0.2
+ pkgver = 5.1.0
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.0.2.tar.gz
- sha256sums = f6106515950433491bd1981abce0c565e86ec70c32b3afdb286a6cb8b8c120e8
+ source = https://github.com/openzim/libzim/archive/5.1.0.tar.gz
+ sha256sums = 0c8f1ba928a21874beb10ef21d95e51b2f313ccfc05672820366b74984fb0d02
pkgname = libzim
diff --git a/PKGBUILD b/PKGBUILD
index c82f8e0a40f4..54fc5b9d1f2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: hashworks <mail@hashworks.net>
pkgname=libzim
-pkgver=5.0.2
+pkgver=5.1.0
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=(f6106515950433491bd1981abce0c565e86ec70c32b3afdb286a6cb8b8c120e8)
+sha256sums=(0c8f1ba928a21874beb10ef21d95e51b2f313ccfc05672820366b74984fb0d02)
build() {
cd "${pkgname}-${pkgver}"