skalibs: update to 2.6.0.2.

This commit is contained in:
Christopher Brannon 2017-10-28 13:32:31 -07:00 committed by Michael Gehring
parent 3f6feb8b91
commit 098e1f3ea7

View file

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