From 3bc75cc6f36b957facce522a840de0990e8b1377 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Fri, 18 Jan 2019 09:59:14 -0200 Subject: [PATCH] pycp: fix renaming of ui. to cli_ui. not ui_cli. --- srcpkgs/pycp/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/pycp/template b/srcpkgs/pycp/template index 353f60d061b..731c59a21cb 100644 --- a/srcpkgs/pycp/template +++ b/srcpkgs/pycp/template @@ -1,7 +1,7 @@ # Template file for 'pycp' pkgname=pycp version=8.0.6 -revision=2 +revision=3 noarch=yes build_style=python3-module pycompile_module="pycp" @@ -18,7 +18,7 @@ pre_build() { vsed -e 's|import ui|import cli_ui|g' \ -i pycp/transfer.py -i pycp/progress.py - vsed -e 's|ui\.|ui_cli.|g' \ + vsed -e 's|ui\.|cli_ui.|g' \ -i pycp/transfer.py -i pycp/progress.py vsed -e 's|python-cli-ui|cli-ui|g' -i setup.py