skalibs: update to 2.6.1.0.

This commit is contained in:
Christopher Brannon 2017-10-30 21:05:07 -07:00 committed by Leаh Neukirchen
parent 6e64fd9a37
commit 5e68b4ad36
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'skalibs'
pkgname=skalibs
version=2.6.0.2
version=2.6.1.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=349b02d925c795e81c9b2f59f5f281f34c0a5477e22b09cfc7c566194923492e
checksum=09503aa9ae93751c4e02ee799c9c1bc6a94aa2941a759a7af0a8fd83f0285564
CFLAGS="-D_DEFAULT_SOURCE"
if [ "$CROSS_BUILD" ]; then
distfiles+=" https://github.com/CMB/${_sysdepspkg}/archive/${version}.tar.gz"
checksum+=" bbcf70cadd27bbd8275b663f16304b16b205ead9f7dca04975c8fbe8bc210a7e"
checksum+=" b23e294da4657a1c6dd76d43695b91548e5286e5cf4612b717f55fd8a8cfdc23"
configure_args+=" --with-sysdeps=../${_sysdepspkg}-${version}/${XBPS_CROSS_TRIPLET}"
fi