diff options
-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" |