qrencode: update to 4.1.0, enable tests

This commit is contained in:
Daniel Eyßer 2020-08-30 17:31:43 +02:00 committed by Piraty
parent 2486a5c40d
commit 898a1b2b94
1 changed files with 8 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'qrencode'
pkgname=qrencode
version=4.0.2
version=4.1.0
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
@ -8,9 +8,13 @@ makedepends="libpng-devel"
short_desc="Library for encoding data in a QR Code symbol"
maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-2.1-or-later"
homepage="http://fukuchi.org/works/qrencode/index.html.en"
distfiles="http://fukuchi.org/works/qrencode/qrencode-${version}.tar.bz2"
checksum=c9cb278d3b28dcc36b8d09e8cad51c0eca754eb004cb0247d4703cb4472b58b4
homepage="https://fukuchi.org/works/qrencode/index.html.en"
distfiles="https://fukuchi.org/works/qrencode/qrencode-${version}.tar.bz2"
checksum=ac7eff020d94be016d5b93bc6567f10a4a4692dcced901a384300f589a6cad0a
if [ "$XBPS_CHECK_PKGS" ]; then
configure_args+=" --with-tests"
fi
qrencode-devel_package() {
depends="libqrencode-${version}_${revision}"