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