diff options
Diffstat (limited to 'main/py-oauth2/APKBUILD')
-rw-r--r-- | main/py-oauth2/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/py-oauth2/APKBUILD b/main/py-oauth2/APKBUILD index 88e01a6328..6b6cae15f9 100644 --- a/main/py-oauth2/APKBUILD +++ b/main/py-oauth2/APKBUILD @@ -13,7 +13,7 @@ depends_dev="" makedepends="python-dev py-setuptools" install="" subpackages="" -source="http://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.post1.tar.gz" +source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.post1.tar.gz" _builddir="$srcdir"/$_pkgname-$pkgver.post1 prepare() { |