From fd5dcf2d4f955d9711ec3a417712a125c01fe79c Mon Sep 17 00:00:00 2001 From: Ram-Z Date: Sun, 12 Nov 2017 19:13:46 +0000 Subject: [PATCH] python-termcolor: rebuild against python3 --- python-termcolor/PKGBUILD | 4 ++-- python3.order | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/python-termcolor/PKGBUILD b/python-termcolor/PKGBUILD index 3ad445007..a2f605232 100644 --- a/python-termcolor/PKGBUILD +++ b/python-termcolor/PKGBUILD @@ -1,13 +1,13 @@ pkgbase=termcolor pkgname=('python3-termcolor' 'python2-termcolor') pkgver=1.1.0 -pkgrel=2 +pkgrel=4 pkgdesc="ANSII Color formatting for output in terminal" arch=('any') license=('GPL') url="http://pypi.python.org/pypi/termcolor" makedepends=('python3' 'python2' 'python3-setuptools' 'python2-setuptools') -source=(http://pypi.python.org/packages/source/t/termcolor/termcolor-$pkgver.tar.gz) +source=(https://pypi.python.org/packages/source/t/termcolor/termcolor-$pkgver.tar.gz) md5sums=('043e89644f8909d462fbbfa511c768df') prepare() { diff --git a/python3.order b/python3.order index 43e65d2db..52b8553d9 100644 --- a/python3.order +++ b/python3.order @@ -90,3 +90,4 @@ iotop python3-ccr python3-aur python3-inflection +python-termcolor