From 67d546afad6744f6211dfebb29b0606ac3b4319f Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Thu, 12 Nov 2020 15:13:30 -0600 Subject: [PATCH] python3-cli-ui: update to 0.11.0 --- srcpkgs/python3-cli-ui/template | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/srcpkgs/python3-cli-ui/template b/srcpkgs/python3-cli-ui/template index ef558336647..31f35ff254b 100644 --- a/srcpkgs/python3-cli-ui/template +++ b/srcpkgs/python3-cli-ui/template @@ -1,18 +1,17 @@ # Template file for 'python3-cli-ui' pkgname=python3-cli-ui -version=0.10.0 -revision=3 -wrksrc="python-cli-ui-${version}" +version=0.11.0 +revision=1 +wrksrc="cli-ui-${version}" build_style=python3-module -pycompile_module="cli_ui" hostmakedepends="python3-setuptools" depends="python3-colorama python3-tabulate python3-Unidecode" short_desc="Tools for better command line interfaces" -maintainer="Nathan Owens " +maintainer="Nathan Owens " license="BSD-3-Clause" -homepage="https://github.com/TankerHQ/python-cli-ui" -distfiles="${homepage}/archive/v${version}.tar.gz" -checksum=522d0270fe23bf57493da6a3c98c2f3901ead1417d5de406a756fcbdd27ffcb4 +homepage="https://pypi.org/project/cli-ui" +distfiles="${PYPI_SITE}/c/cli-ui/cli-ui-${version}.tar.gz" +checksum=f73b5ca388404829e8a3f537f0fc85be6bf20979ac18356fc520d989c0ccd230 post_install() { vlicense LICENSE