From eefead101c401bce1978ff43128dd23b1c7695df Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Fri, 21 Jun 2019 00:56:11 +0200 Subject: pcr: libzim: sync with aur This was build tested on 686. Signed-off-by: Denis 'GNUtoo' Carikli --- pcr/libzim/PKGBUILD | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'pcr') diff --git a/pcr/libzim/PKGBUILD b/pcr/libzim/PKGBUILD index 42c6388ee..23af0becd 100644 --- a/pcr/libzim/PKGBUILD +++ b/pcr/libzim/PKGBUILD @@ -1,6 +1,11 @@ # Maintainer (AUR): hashworks + +# parabola changes and rationale: +# - Added armv7h and i686 support +# - Fixed architecture + pkgname=libzim -pkgver=4.0.7 +pkgver=5.0.0 pkgrel=1 pkgdesc="Reference implementation of the ZIM specification by the openZIM project" license=('GPL2') @@ -10,7 +15,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=(ede654ffe4ec63aaeb9404010d72e3e6afe6b1dbf34bb0c706a67e094eba4438) +sha256sums=(dbec0a36155315037a6496a9be5c7ede17171fcde47063c97ce937057b437fdb) build() { cd "${pkgname}-${pkgver}" -- cgit v1.2.3