aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/py-termcolor/APKBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/testing/py-termcolor/APKBUILD b/testing/py-termcolor/APKBUILD
index 84e5436f44..6c70c87fd7 100644
--- a/testing/py-termcolor/APKBUILD
+++ b/testing/py-termcolor/APKBUILD
@@ -2,9 +2,8 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=py-termcolor
_pkgname=termcolor
-_pyid=a76be51647d0eb9f10e2a4511bf3ffb8cc1e6b14e9e4fab46173aa79f981
pkgver=1.1.0
-pkgrel=0
+pkgrel=1
pkgdesc="ANSII Color formatting for output in terminal."
url="http://pypi.python.org/pypi/termcolor"
arch="noarch"
@@ -13,7 +12,7 @@ depends=""
makedepends="python2-dev python3-dev"
install=""
subpackages="py3-$_pkgname:_py3 py2-$_pkgname:_py2"
-source="https://pypi.python.org/packages/8a/48/$_pyid/$_pkgname-$pkgver.tar.gz"
+source="https://files.pythonhosted.org/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"
build() {