aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-termcolor
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2016-07-19 11:29:04 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-07-19 11:29:04 +0000
commit48bb0ce0b4706d19229dc3998a53e8f5a7db9f68 (patch)
tree07cfa94bee782228b250d2f62f64d8eafe2f8e0a /testing/py-termcolor
parentb65649056b1ca3e0ffa4e7d281f21c9edec5496c (diff)
downloadaports-48bb0ce0b4706d19229dc3998a53e8f5a7db9f68.tar.bz2
aports-48bb0ce0b4706d19229dc3998a53e8f5a7db9f68.tar.xz
testing/py-termcolor: changed source download link
Diffstat (limited to 'testing/py-termcolor')
-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 84e5436f4..6c70c87fd 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() {