diff options
author | Massimiliano Torromeo | 2016-05-15 16:53:22 +0200 |
---|---|---|
committer | Massimiliano Torromeo | 2016-05-15 16:53:22 +0200 |
commit | 9c2dbd626a788017409e1d2fa2bbb2428ef255f2 (patch) | |
tree | 958e97960b10ac4ce1c4b86654df839e5b9188d0 /PKGBUILD | |
parent | 8803d3b0dc6b4b976caf487b120900ecd5fbd2f2 (diff) | |
download | aur-9c2dbd626a788017409e1d2fa2bbb2428ef255f2.tar.gz |
Updated download URL
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |