summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMassimiliano Torromeo2016-05-15 16:53:22 +0200
committerMassimiliano Torromeo2016-05-15 16:53:22 +0200
commit9c2dbd626a788017409e1d2fa2bbb2428ef255f2 (patch)
tree958e97960b10ac4ce1c4b86654df839e5b9188d0 /PKGBUILD
parent8803d3b0dc6b4b976caf487b120900ecd5fbd2f2 (diff)
downloadaur-9c2dbd626a788017409e1d2fa2bbb2428ef255f2.tar.gz
Updated download URL
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7378ee7983fa..2391eb47eed6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url="https://bitbucket.org/birkenfeld/sphinx-contrib/"
license=('BSD')
depends=('python-sphinx')
options=(!emptydirs)
-source=("http://pypi.python.org/packages/source/s/$_libname/$_libname-$pkgver.tar.gz")
+source=("https://files.pythonhosted.org/packages/source/s/$_libname/$_libname-$pkgver.tar.gz")
build() {
cd "$srcdir/$_libname-$pkgver"