diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2019-06-21 00:56:11 +0200 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2019-06-21 00:56:20 +0200 |
commit | eefead101c401bce1978ff43128dd23b1c7695df (patch) | |
tree | a0057d409c412a182e932c80712ed2a24c9c690c /pcr/libzim | |
parent | 2029d277c59a302f27e0f5d7ad16a1345200772c (diff) | |
download | abslibre-eefead101c401bce1978ff43128dd23b1c7695df.tar.gz abslibre-eefead101c401bce1978ff43128dd23b1c7695df.tar.bz2 abslibre-eefead101c401bce1978ff43128dd23b1c7695df.zip |
pcr: libzim: sync with aur
This was build tested on 686.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'pcr/libzim')
-rw-r--r-- | pcr/libzim/PKGBUILD | 9 |
1 files changed, 7 insertions, 2 deletions
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 <mail@hashworks.net> + +# 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}" |