aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-termcolor
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2016-07-19 11:47:58 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-07-19 11:47:58 +0000
commit3ffef5ccb277e7b99ece62cae509bfb587c201d1 (patch)
treef57ce97eaacb01deaae70a18fabeb65ccdf44c94 /testing/py-termcolor
parent4e804f8bbdd09512859b90310e954d59f99431c8 (diff)
downloadaports-3ffef5ccb277e7b99ece62cae509bfb587c201d1.tar.bz2
aports-3ffef5ccb277e7b99ece62cae509bfb587c201d1.tar.xz
testing/py-termcolor: changed upstream url. The correct one, this time
Diffstat (limited to 'testing/py-termcolor')
-rw-r--r--testing/py-termcolor/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-termcolor/APKBUILD b/testing/py-termcolor/APKBUILD
index 6c70c87fd7..bffc156ad1 100644
--- a/testing/py-termcolor/APKBUILD
+++ b/testing/py-termcolor/APKBUILD
@@ -12,7 +12,7 @@ depends=""
makedepends="python2-dev python3-dev"
install=""
subpackages="py3-$_pkgname:_py3 py2-$_pkgname:_py2"
-source="https://files.pythonhosted.org/$_pkgname-$pkgver.tar.gz"
+source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"
build() {