diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 07:20:08 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:35:40 +0000 |
commit | 0ffce964a23589f4d9a6013f07ca0374e8c06e76 (patch) | |
tree | 8950987fb844b9d4b90aee6f089df9aa5d22078a /testing/libzim/APKBUILD | |
parent | 0242a97e0bd03879c1e2fc38c36d3d0568a8b67a (diff) | |
download | aports-0ffce964a23589f4d9a6013f07ca0374e8c06e76.tar.bz2 aports-0ffce964a23589f4d9a6013f07ca0374e8c06e76.tar.xz |
testing/libzim: use renamed cython
Diffstat (limited to 'testing/libzim/APKBUILD')
-rw-r--r-- | testing/libzim/APKBUILD | 4 |
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" |