zziplib: update to 0.13.71.

This commit is contained in:
mobinmob 2020-04-16 12:04:35 +03:00 committed by Helmut Pozimski
parent d33e743848
commit e797c478c0

View file

@ -1,17 +1,17 @@
# Template file for 'zziplib'
pkgname=zziplib
version=0.13.70
version=0.13.71
revision=1
build_style=cmake
configure_args=" -DZZIPDOCS=OFF"
hostmakedepends="pkg-config python3 tar zip gzip"
makedepends="zlib-devel"
short_desc="Lightweight library to extract data from zip files"
maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-2.1-or-later, MPL-1.1"
homepage="https://github.com/gdraheim/zziplib"
changelog="https://raw.githubusercontent.com/gdraheim/zziplib/master/ChangeLog"
distfiles="https://github.com/gdraheim/zziplib/archive/v${version}.tar.gz"
checksum=a1457262d7a237dc50ce1f98ca57242bc714055ff81146f419ee53cdea1bf029
checksum=2ee1e0fbbb78ec7cc46bde5b62857bc51f8d665dd265577cf93584344b8b9de2
if [ "$CROSS_BUILD" ]; then
configure_args+=" -DZZIPTEST=OFF"