diff options
author | Oleg Titov <oleg.titov@gmail.com> | 2019-04-10 14:50:00 -0500 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2019-04-16 19:58:37 +0300 |
commit | 321469f5b874d54192a77376af3e2fe20f32a9a1 (patch) | |
tree | 2966487693340a5f0841ee5236a8ddf1d42d7331 /testing/libzim | |
parent | 0e7f5f7e1342234bc0f8337b95e05d49e40c4959 (diff) | |
download | aports-321469f5b874d54192a77376af3e2fe20f32a9a1.tar.bz2 aports-321469f5b874d54192a77376af3e2fe20f32a9a1.tar.xz |
testing/libzim: add cython to makedepends, rebuild package
Diffstat (limited to 'testing/libzim')
-rw-r--r-- | testing/libzim/APKBUILD | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/testing/libzim/APKBUILD b/testing/libzim/APKBUILD index 117ee134b2..df2902478d 100644 --- a/testing/libzim/APKBUILD +++ b/testing/libzim/APKBUILD @@ -2,13 +2,22 @@ # Maintainer: Oleg Titov <oleg.titov@gmail.com> pkgname=libzim pkgver=4.0.6 -pkgrel=0 +pkgrel=1 pkgdesc="Reference implementation of the ZIM file format" url="https://openzim.org/" arch="all" license="GPL-2.0" -makedepends="meson zlib-dev xz-dev libexecinfo libexecinfo-dev icu-dev xapian-core-dev - gtest-dev python3-dev" +makedepends="meson + zlib-dev + xz-dev + libexecinfo + libexecinfo-dev + icu-dev + xapian-core-dev + gtest-dev + python3-dev + cython + " checkdepends="gtest" subpackages="$pkgname-dev $pkgname-doc" source="$pkgname-$pkgver.tar.gz::https://github.com/openzim/$pkgname/archive/$pkgver.tar.gz" |