aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Berthault <justin.berthault@zaclys.net>2020-05-11 08:15:40 +0200
committerRasmus Thomsen <oss@cogitri.dev>2020-05-11 08:25:08 +0000
commitf57713b3b7078d9bd7c17c18ae64943886a230bd (patch)
tree3eb95266ba6bd16778d80a56abcab6f4ef2942f6
parent7f5c25f6d158fb876dda701376ee24b41de7143a (diff)
downloadaports-f57713b3b7078d9bd7c17c18ae64943886a230bd.tar.bz2
aports-f57713b3b7078d9bd7c17c18ae64943886a230bd.tar.xz
testing/libzim: upgrade to 6.1.1
-rw-r--r--testing/libzim/APKBUILD23
1 files changed, 17 insertions, 6 deletions
diff --git a/testing/libzim/APKBUILD b/testing/libzim/APKBUILD
index 98cab17546..ca2f42d58a 100644
--- a/testing/libzim/APKBUILD
+++ b/testing/libzim/APKBUILD
@@ -1,15 +1,26 @@
# Contributor: Oleg Titov <oleg.titov@gmail.com>
# Maintainer: Oleg Titov <oleg.titov@gmail.com>
pkgname=libzim
-pkgver=6.1.0
-pkgrel=1
+pkgver=6.1.1
+pkgrel=0
pkgdesc="Reference implementation of the ZIM file format"
url="https://openzim.org/"
arch="all !mips !mips64" # tests crash
license="GPL-2.0-or-later"
-makedepends="icu-dev libexecinfo-dev meson xapian-core-dev xz-dev zlib-dev
- zstd-dev"
-checkdepends="cython gtest-dev python3-dev"
+makedepends="
+ icu-dev
+ libexecinfo-dev
+ meson
+ xapian-core-dev
+ xz-dev
+ zlib-dev
+ zstd-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
cython-not-cython3.patch
@@ -37,5 +48,5 @@ package() {
install -Dm 644 -t "$pkgdir/usr/share/doc/$pkgname/" README.md
}
-sha512sums="e8135e5de5a518d5d6c6393cc1af8794b6e4fb6f310e37997896c600330d368bb00b8f2cb98ea78d4608dcef7cf78e421002e19b324ef144ac5a6dd5b5ca3fdc libzim-6.1.0.tar.gz
+sha512sums="9481efd8cabe895b5048f40339514053377e8a6a40259dea5c726f62ea738edb97c9fca1845f155c35cd60ae12f85dc1c10f793da4decc890a2d5f3a7f6e8cbc libzim-6.1.1.tar.gz
e2d2e749a6764c0002c123b988b24494ff76547542f17753d04b48f90785e4a92a5bb96a1840e0ebd661a727ecc1eb050679ae0ba1b3fda99410d09ac8e28f27 cython-not-cython3.patch"