diff --git a/srcpkgs/bats/template b/srcpkgs/bats/template index bacbedc740d..1c8e183083a 100644 --- a/srcpkgs/bats/template +++ b/srcpkgs/bats/template @@ -1,22 +1,23 @@ # Template file for 'bats' pkgname=bats -version=1.7.0 +version=1.8.0 revision=1 wrksrc="bats-core-${version}" depends="bash" +checkdepends="procps-ng" short_desc="Bash Automated Testing System" maintainer="Piraty " license="MIT" homepage="https://github.com/bats-core/bats-core" distfiles="https://github.com/bats-core/bats-core/archive/v${version}.tar.gz" -checksum=ac70c2a153f108b1ac549c2eaa4154dea4a7c1cc421e3352f0ce6ea49435454e +checksum=0d4c44823905af5e52a92f9164595c183fb0d0b43b0c4e9c9acf794af20468b7 pre_check() { export TERM=linux } do_check() { - ./bin/bats --tap test + ./bin/bats --print-output-on-failure --tap test } do_install() {