summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Warrick2016-04-29 12:14:13 +0200
committerChris Warrick2016-04-29 12:14:13 +0200
commit8606ddf153291b2b9e124aec4cdd91758106cc50 (patch)
tree5bee3336481768798df230570b51f3ea794d9544
parent0ac32b739ccbd2aa820231113b92b381af6dacd1 (diff)
downloadaur-trashman.tar.gz
Use new PyPI URL scheme (pypi.io)
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea8d446087e5..004915c6232d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = trashman
depends = python
depends = python-setuptools
options = !emptydirs
- source = https://pypi.python.org/packages/source/t/trashman/trashman-1.5.0.tar.gz
+ source = https://pypi.io/packages/source/t/trashman/trashman-1.5.0.tar.gz
md5sums = 761837310ac289fa9d596047b85466aa
pkgname = trashman
diff --git a/PKGBUILD b/PKGBUILD
index d2d6c9133c1b..c0508e193b5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url='https://github.com/Kwpolska/trashman'
license=('BSD')
depends=('python' 'python-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=('761837310ac289fa9d596047b85466aa')
package() {