diff options
Diffstat (limited to 'testing/py-pysqlite/APKBUILD')
-rw-r--r-- | testing/py-pysqlite/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-pysqlite/APKBUILD b/testing/py-pysqlite/APKBUILD index 0c737b5a23..2e64784e17 100644 --- a/testing/py-pysqlite/APKBUILD +++ b/testing/py-pysqlite/APKBUILD @@ -10,7 +10,7 @@ url='http://code.google.com/p/pysqlite/' arch='all' license='MIT' makedepends="python-dev py-setuptools sqlite-dev" -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 |