From 6aa4b8593275879873fb85cef4dc5fd839f7c02f Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Mon, 27 Apr 2020 08:13:08 -0500 Subject: [PATCH] tuir: update to 1.29.0. --- srcpkgs/tuir/template | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/srcpkgs/tuir/template b/srcpkgs/tuir/template index a98f4484544..05b6b41145a 100644 --- a/srcpkgs/tuir/template +++ b/srcpkgs/tuir/template @@ -1,11 +1,10 @@ # Template file for 'tuir' pkgname=tuir -version=1.28.3 -revision=2 +version=1.29.0 +revision=1 archs=noarch wrksrc="$pkgname-v$version" build_style=python3-module -pycompile_module="tuir" hostmakedepends="python3-setuptools" depends="ncurses python3-BeautifulSoup4 python3-decorator python3-kitchen python3-requests python3-six" @@ -19,4 +18,3 @@ checksum=115c209b6ded5342407c673f5cd7699c686b469f5574ac784221cc7419f664ba post_install() { vlicense LICENSE } -