summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Warrick2016-04-29 12:13:56 +0200
committerChris Warrick2016-04-29 12:13:56 +0200
commite510cc3a2a59cbd23eec2b8cb9475c1662ce935c (patch)
tree32774bda1903276ea75221fdf94815b1b400e086 /PKGBUILD
parentaa0ef30cbd6010ad2baa1538a335ffdadfc4f771 (diff)
downloadaur-python-phpserialize.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 fad83caa0427..2e3abd59d067 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url='https://github.com/mitsuhiko/phpserialize'
license=('BSD')
makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
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=('cbf88a62e04135e3be3c7fe412525b8b')
prepare() {