summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-02-06 02:27:09 +0100
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-02-06 02:28:55 +0100
commite827a13adae17bff5ed2ab706f115f684dc1a23b (patch)
tree73b3b0ad2d6ca1d70a0b32496754b2ae037fdece
parent7c355accf146bbfc6d85c47754fb36fdadb15dbd (diff)
pcr: libzim: sync with aur
This was build tested on 686. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--pcr/libzim/PKGBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/pcr/libzim/PKGBUILD b/pcr/libzim/PKGBUILD
index 23af0becd..6f552e319 100644
--- a/pcr/libzim/PKGBUILD
+++ b/pcr/libzim/PKGBUILD
@@ -1,21 +1,20 @@
# Maintainer (AUR): hashworks <mail@hashworks.net>
# parabola changes and rationale:
-# - Added armv7h and i686 support
-# - Fixed architecture
+# - No changes
pkgname=libzim
-pkgver=5.0.0
+pkgver=6.0.2
pkgrel=1
pkgdesc="Reference implementation of the ZIM specification by the openZIM project"
license=('GPL2')
-arch=(armv7h i686 x86_64)
+arch=('armv7h' 'i686' 'x86_64')
replaces=('zimlib-git')
depends=('xapian-core' 'zlib' 'xz' 'icu')
-makedepends=('meson' 'gtest')
+makedepends=('meson' 'gtest' 'cython' 'python-pytest')
url='https://github.com/openzim/libzim'
source=("https://github.com/openzim/libzim/archive/${pkgver}.tar.gz")
-sha256sums=(dbec0a36155315037a6496a9be5c7ede17171fcde47063c97ce937057b437fdb)
+sha256sums=(993b6885b18e54b3df1493895e61f05e525d846f17d0d3cea57fb74f6415b457)
build() {
cd "${pkgname}-${pkgver}"