summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Warrick2016-04-29 12:13:59 +0200
committerChris Warrick2016-04-29 12:13:59 +0200
commit2cb43d16c45b19b5a14789f44c5248725355c904 (patch)
tree06289cd8033e53319786a048c45a8bef122c8b80 /PKGBUILD
parent6b87cd6c45eaba8f6ba99244d0d107ecf87b6b90 (diff)
downloadaur-2cb43d16c45b19b5a14789f44c5248725355c904.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 4c64c8f02884..b833c1b33d08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ license=('MIT')
makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools'
'python-docutils' 'python2-docutils')
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=('b9143971350f99fc44d91ba79adaccdb')
prepare() {