sratom: update to 0.6.8.

This commit is contained in:
tibequadorian 2021-03-16 23:51:16 +01:00 committed by Érico Nogueira Rolim
parent fe70fc6a27
commit d3f10fc429

View File

@ -1,6 +1,6 @@
# Template file for 'sratom'
pkgname=sratom
version=0.6.6
version=0.6.8
revision=1
build_style=waf3
hostmakedepends="pkg-config"
@ -10,14 +10,14 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="ISC"
homepage="http://drobilla.net/software/sratom/"
distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2"
checksum=fb910bf62a5e69f4430bf09653d386fc4de9ff02bfd58635e1d45cbd31481b9d
checksum=3acb32b1adc5a2b7facdade2e0818bcd6c71f23f84a1ebc17815bb7a0d2d02df
if [ "$XBPS_CHECK_PKGS" ]; then
configure_args="-T"
configure_args+=" --test --no-coverage"
fi
do_check() {
./build/sratom_test
./waf test
}
post_install() {