From 89b7397d19dc616f762127f352eb8662d95b175b Mon Sep 17 00:00:00 2001 From: MouadCharradi Date: Wed, 9 Mar 2022 23:11:20 +0100 Subject: [PATCH] trash-cli: update to 0.21.10.24. --- srcpkgs/trash-cli/template | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/srcpkgs/trash-cli/template b/srcpkgs/trash-cli/template index d093cfcd1a25..0faf52754bcb 100644 --- a/srcpkgs/trash-cli/template +++ b/srcpkgs/trash-cli/template @@ -1,7 +1,7 @@ # Template file for 'trash-cli' pkgname=trash-cli -version=0.20.12.26 -revision=2 +version=0.21.10.24 +revision=1 build_style=python3-module hostmakedepends="python3" depends="python3-psutil" @@ -11,4 +11,8 @@ maintainer="Anjandev Momi " license="GPL-2.0-or-later" homepage="https://github.com/andreafrancia/trash-cli" distfiles="https://github.com/andreafrancia/trash-cli/archive/${version}.tar.gz" -checksum=06173eaca9b7fbda661ac7d84f900c7f4d17db5dd6ee4b3617bcf2182cde0f31 +checksum=37601b714b9a42b217765c6eb7ae20b36796b92c642feea6bd275e1c702799ed + +do_check() { + python3 -m pytest -k 'not test_help' +}