From 3ebfea15eb1901f13e4974411fa796cccdd4b66c Mon Sep 17 00:00:00 2001 From: tibequadorian Date: Tue, 16 Mar 2021 23:51:16 +0100 Subject: [PATCH] sratom: update to 0.6.8. --- srcpkgs/sratom/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/sratom/template b/srcpkgs/sratom/template index ef9b76fc7ab4..377da8500fdc 100644 --- a/srcpkgs/sratom/template +++ b/srcpkgs/sratom/template @@ -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 " 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() {