skalibs: update to 2.6.0.1.

This commit is contained in:
Christopher Brannon 2017-10-11 18:22:45 -07:00 committed by Michael Gehring
parent a0cf45864b
commit 6e10e658b1

View file

@ -1,6 +1,6 @@
# Template file for 'skalibs'
pkgname=skalibs
version=2.6.0.0
version=2.6.0.1
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=3572cb8c7d2ae9d16da5a0f3d23b48e013e0c957f1329d100f04dd5accb054c3
checksum=b11f515d29768497d648c7ae87e26f7441395a056ebbe3fe89596fe6454a557a
CFLAGS="-D_DEFAULT_SOURCE"
if [ "$CROSS_BUILD" ]; then
distfiles+=" https://github.com/CMB/${_sysdepspkg}/archive/${version}.tar.gz"
checksum+=" babcf24b8b5afe0719718eccf17ac57a13a7cf5a9191331bff22213b716f2dca"
checksum+=" 0ca6c5df2c0a2c276c2adaf01a387ffe1526acbcabaf67e46bfb494b4488c590"
configure_args+=" --with-sysdeps=../${_sysdepspkg}-${version}/${XBPS_CROSS_TRIPLET}"
fi