From f07c456a72a30f4536e04082dd761c733c81db20 Mon Sep 17 00:00:00 2001 From: Daniel Lewan Date: Sat, 24 Jul 2021 23:44:37 +0200 Subject: [PATCH] trash-cli: update to 0.21.7.24. --- srcpkgs/trash-cli/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/trash-cli/template b/srcpkgs/trash-cli/template index b2819de5e821..e22edf98c992 100644 --- a/srcpkgs/trash-cli/template +++ b/srcpkgs/trash-cli/template @@ -1,9 +1,9 @@ # Template file for 'trash-cli' pkgname=trash-cli -version=0.20.12.26 +version=0.21.7.24 revision=1 build_style=python3-module -hostmakedepends="python3" +hostmakedepends="python3 python3-setuptools" depends="python3-psutil" checkdepends="$depends python3-pytest python3-six python3-mock" short_desc="Command line interface to the freedesktop.org trashcan" @@ -11,4 +11,5 @@ 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=f1bc6e26b4cf6206338e9f70692a54db4126a96ef0b2f4f0da26ab4c4cd1d513 +make_check=ci-skip # tests pass locally