diff options
Diffstat (limited to 'testing/py-inotify/APKBUILD')
-rw-r--r-- | testing/py-inotify/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-inotify/APKBUILD b/testing/py-inotify/APKBUILD index b07469cab3..e18eb8cd63 100644 --- a/testing/py-inotify/APKBUILD +++ b/testing/py-inotify/APKBUILD @@ -12,7 +12,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 prepare() { |