aboutsummaryrefslogtreecommitdiffstats
path: root/main/gcalcli
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2016-07-06 19:40:49 +0200
committerBartłomiej Piotrowski <b@bpiotrowski.pl>2016-07-08 18:44:26 +0200
commit93be634436eb466cacd4ec5ea4fcfb811bde9975 (patch)
tree7c977912e3836f0929ceb6ae252d38060bd94dfc /main/gcalcli
parentd093991db57b4a583f10dc4bed68281dfa91e566 (diff)
downloadaports-93be634436eb466cacd4ec5ea4fcfb811bde9975.tar.bz2
aports-93be634436eb466cacd4ec5ea4fcfb811bde9975.tar.xz
main/*: change source URL pypi.python.org to files.pythonhosted.org
See https://bitbucket.org/pypa/pypi/issues/438/backwards-compatible-un-hashed-package#comment-27734791
Diffstat (limited to 'main/gcalcli')
-rw-r--r--main/gcalcli/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/gcalcli/APKBUILD b/main/gcalcli/APKBUILD
index 66c04adcd9..f364533aaa 100644
--- a/main/gcalcli/APKBUILD
+++ b/main/gcalcli/APKBUILD
@@ -11,7 +11,7 @@ depends_dev=""
makedepends="python-dev py-setuptools"
install=""
subpackages=""
-source="http://pypi.python.org/packages/source/${pkgname:0:1}/${pkgname}/${pkgname}-$pkgver.tar.gz"
+source="https://files.pythonhosted.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz"
builddir="$srcdir"/$pkgname-$pkgver