python-termcolor: rebuild against python3

This commit is contained in:
Ram-Z 2017-11-12 19:13:46 +00:00
parent 1362b8a3eb
commit fd5dcf2d4f
2 changed files with 3 additions and 2 deletions

View File

@ -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() {

View File

@ -90,3 +90,4 @@ iotop
python3-ccr
python3-aur
python3-inflection
python-termcolor