From 58694c91eb2484be1d764f46eb319c84df10c2e0 Mon Sep 17 00:00:00 2001 From: Barbaross Date: Mon, 18 Apr 2022 09:54:39 -0400 Subject: [PATCH 1/2] vit: update to 2.2.0 --- srcpkgs/vit/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/vit/template b/srcpkgs/vit/template index 173648d69b95..55ff23e87cb4 100644 --- a/srcpkgs/vit/template +++ b/srcpkgs/vit/template @@ -1,6 +1,6 @@ # Template file for 'vit' pkgname=vit -version=2.1.0 +version=2.2.0 revision=1 build_style=python3-module hostmakedepends="python3-setuptools" @@ -11,7 +11,7 @@ maintainer="Cullen Ross " license="MIT" homepage="https://github.com/vit-project/vit" distfiles="${PYPI_SITE}/v/vit/vit-${version}.tar.gz" -checksum=fd34f0b827953dfdecdc39f8416d41c50c24576c33a512a047a71c1263eb3e0f +checksum=e866c8739822b9e73152ab30c9a009c3aef947533c06f7a5cb244d15c4ea296f do_check() { TERM=linux python3 -m pytest From b348288a4032cdb3eecd6c0e9c46e1faf186caf8 Mon Sep 17 00:00:00 2001 From: Barbaross Date: Mon, 18 Apr 2022 14:14:44 -0400 Subject: [PATCH 2/2] vit: update to 2.2.0 --- srcpkgs/vit/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/vit/template b/srcpkgs/vit/template index 55ff23e87cb4..9eb3596b5d31 100644 --- a/srcpkgs/vit/template +++ b/srcpkgs/vit/template @@ -4,7 +4,7 @@ version=2.2.0 revision=1 build_style=python3-module hostmakedepends="python3-setuptools" -depends="task python3-pytz python3-urwid python3-tzlocal python3-tasklib" +depends="task python3-urwid python3-tasklib" checkdepends="python3-pytest $depends" short_desc="Visual Interactive Taskwarrior full-screen terminal interface" maintainer="Cullen Ross "