diff options
Diffstat (limited to 'testing/py-greenlet/APKBUILD')
-rw-r--r-- | testing/py-greenlet/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-greenlet/APKBUILD b/testing/py-greenlet/APKBUILD index e9ffa3e294..f61f9f178d 100644 --- a/testing/py-greenlet/APKBUILD +++ b/testing/py-greenlet/APKBUILD @@ -10,7 +10,7 @@ arch="all" license="MIT" depends="" makedepends="python-dev py-setuptools" -source="http://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.zip +source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.zip gcc-4.8-bugfix.patch" _builddir="$srcdir"/$_pkgname-$pkgver |