aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libzim
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-11-05 07:20:08 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-11-05 15:35:40 +0000
commit0ffce964a23589f4d9a6013f07ca0374e8c06e76 (patch)
tree8950987fb844b9d4b90aee6f089df9aa5d22078a /testing/libzim
parent0242a97e0bd03879c1e2fc38c36d3d0568a8b67a (diff)
downloadaports-0ffce964a23589f4d9a6013f07ca0374e8c06e76.tar.bz2
aports-0ffce964a23589f4d9a6013f07ca0374e8c06e76.tar.xz
testing/libzim: use renamed cython
Diffstat (limited to 'testing/libzim')
-rw-r--r--testing/libzim/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/libzim/APKBUILD b/testing/libzim/APKBUILD
index 548bdf9fd8..36e6a66ce6 100644
--- a/testing/libzim/APKBUILD
+++ b/testing/libzim/APKBUILD
@@ -2,13 +2,13 @@
# Maintainer: Oleg Titov <oleg.titov@gmail.com>
pkgname=libzim
pkgver=6.0.2
-pkgrel=0
+pkgrel=1
pkgdesc="Reference implementation of the ZIM file format"
url="https://openzim.org/"
arch="all"
license="GPL-2.0-or-later"
makedepends="icu-dev libexecinfo-dev meson xapian-core-dev xz-dev zlib-dev"
-checkdepends="cython3 gtest-dev python3-dev"
+checkdepends="cython gtest-dev python3-dev"
subpackages="$pkgname-dev $pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/openzim/libzim/archive/$pkgver.tar.gz"