From 2af5b116fe5f03bfca34a2d791e2ac58d732f702 Mon Sep 17 00:00:00 2001 From: mobinmob Date: Sat, 18 Apr 2020 11:07:26 +0300 Subject: [PATCH] shunit2: update to 2.1.8. --- srcpkgs/shunit2/template | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/srcpkgs/shunit2/template b/srcpkgs/shunit2/template index e5be2806828..4e9c1c30dac 100644 --- a/srcpkgs/shunit2/template +++ b/srcpkgs/shunit2/template @@ -1,16 +1,17 @@ # Template file for 'shunit2' pkgname=shunit2 -version=2.1.7 +version=2.1.8 revision=1 -checkdepends="bash zsh ksh" +archs=noarch depends="bash" +checkdepends="bash zsh ksh" short_desc="Unit testing framework for Unix shell scripts based on xUnit" maintainer="Orphaned " -license="LGPL-2.1" +license="Apache-2.0" homepage="https://github.com/kward/shunit2" +changelog="https://raw.githubusercontent.com/kward/shunit2/master/doc/CHANGES-2.1.md" distfiles="https://github.com/kward/shunit2/archive/v${version}.tar.gz" -checksum=41a103aa984bfdeea3fec426edb0b3dda19153a5ce448d4b4bbe52a85c4d7fee -archs=noarch +checksum=b2fed28ba7282e4878640395284e43f08a029a6c27632df73267c8043c71b60c do_check() { ./test_runner @@ -22,4 +23,5 @@ do_install() { done vbin shunit2 + vdoc doc/design_doc.txt }