summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Warrick2016-04-29 12:13:44 +0200
committerChris Warrick2016-04-29 12:13:44 +0200
commit087072cb7208dcdc27440376e197bcfbb7558f7d (patch)
tree53316fadddc698c8950e17a757ecd4d4e23090e0 /PKGBUILD
parent34cba17469af938245cec88fde0e83cac4a57e28 (diff)
downloadaur-087072cb7208dcdc27440376e197bcfbb7558f7d.tar.gz
Use new PyPI URL scheme (pypi.io)
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ba26804f25e3..ae87907d28bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools'
'python-pyinotify' 'python-six' 'python-cloudpickle'
'python2-pyinotify' 'python2-six' 'python2-cloudpickle')
options=(!emptydirs)
-source=("https://pypi.python.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
+source=("https://pypi.io/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
md5sums=('9968e1a669bad0a999212ab9f5c591a3')
prepare() {