skalibs: update to 2.6.4.0.

This commit is contained in:
Christopher Brannon 2018-03-29 17:23:05 -07:00 committed by Enno Boland
parent a68727c3cf
commit a1fabd438d
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'skalibs'
pkgname=skalibs
version=2.6.3.1
version=2.6.4.0
revision=1
_sysdepspkg=skaware-void-sysdeps
build_style=gnu-configure
@ -11,13 +11,13 @@ maintainer="bougyman <bougyman@voidlinux.eu>"
license="ISC"
homepage="http://skarnet.org/software/skalibs/"
distfiles="http://skarnet.org/software/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=8508ca00d4e2355e9ec0ec7f4808e98b349999d6732d2f123ac53b4df5260c81
checksum=30ac73f1e8da6387fcfa19cfe1e326a143b4d811aaf532988b280daefa56dcc7
CFLAGS="-D_DEFAULT_SOURCE"
if [ "$CROSS_BUILD" ]; then
distfiles+=" https://github.com/CMB/${_sysdepspkg}/archive/${version}.tar.gz"
checksum+=" b8763ec2e6867a5639ce7aa2bb7c0f5d5ccc7455a26a6d98f71b2b7d94ce9dae"
checksum+=" d6095994b48906c3b629ea42a352026a6773056ed560c8a533366cc1a58d7a8d"
configure_args+=" --with-sysdeps=../${_sysdepspkg}-${version}/${XBPS_CROSS_TRIPLET}"
fi