aboutsummaryrefslogtreecommitdiffstats
path: root/community/py-rpigpio
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2016-07-19 14:45:45 +0200
committerJakub Jirutka <jakub@jirutka.cz>2016-07-19 15:00:35 +0200
commit2c026d72e5621f08410f18f416214a9ddde234fa (patch)
treef275d957e31d48a651f332a6da19b02b854a3d49 /community/py-rpigpio
parent987e45fdb051128ac9e54dbc2ae6d502c6b72c63 (diff)
downloadaports-2c026d72e5621f08410f18f416214a9ddde234fa.tar.bz2
aports-2c026d72e5621f08410f18f416214a9ddde234fa.tar.xz
community/py*: change source URLs pypi.python.org to files.pythonhosted.org
Diffstat (limited to 'community/py-rpigpio')
-rw-r--r--community/py-rpigpio/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py-rpigpio/APKBUILD b/community/py-rpigpio/APKBUILD
index 3d54ee3ad8..a616c1ff58 100644
--- a/community/py-rpigpio/APKBUILD
+++ b/community/py-rpigpio/APKBUILD
@@ -13,7 +13,7 @@ depends_dev=""
makedepends="python-dev py-setuptools"
install=""
subpackages=""
-source="$_pkgname-$pkgver.tar.gz::https://pypi.python.org/packages/source/R/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"
+source="$_pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
_builddir=${srcdir}/${_pkgname}-${pkgver}