summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Warrick2016-04-29 12:13:38 +0200
committerChris Warrick2016-04-29 12:13:38 +0200
commit0784bd25c54365f12a0b87f19f0d23064fc9ff2b (patch)
tree99ec38293b96908f073c73a990f02b2668be4f56 /PKGBUILD
parentd22ecc908f302dbff39183d073d3115a136de5d1 (diff)
downloadaur-0784bd25c54365f12a0b87f19f0d23064fc9ff2b.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 f95efcbdf831..63e6c50b4a88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url='https://github.com/Kwpolska/pkgbuilder'
license=('BSD')
depends=('python' 'python-setuptools' 'pyalpm>=0.5.1-1' 'python-requests' 'python-srcinfo' 'rsync' 'git')
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=('b450f874ea29b6df3214a3426d35e009')
package() {