summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d07ed3f608e..f580438eeed4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Feb 7 18:32:02 UTC 2017
+# Tue Feb 7 18:36:26 UTC 2017
pkgbase = python2-schema
pkgdesc = Python library for validating Python data structures.
pkgver = 0.6.5
@@ -10,7 +10,7 @@ pkgbase = python2-schema
license = MIT
makedepends = python2-setuptools
makedepends = python2-pytest
- source = https://pypi.python.org/packages/source/s/schema/schema-0.6.5.tar.gz
+ source = https://files.pythonhosted.org/packages/source/s/schema/schema-0.6.5.tar.gz
sha256sums = b7494da450ce247fe8c7f2a8f9a73fbe5f1a634f64f734ce62aaba0708d76f0f
pkgname = python2-schema
diff --git a/PKGBUILD b/PKGBUILD
index 907f82cada26..79b3df9fe2db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ url="https://github.com/keleshev/${_name}"
license=('MIT')
makedepends=('python2-setuptools' 'python2-pytest')
#makedepends=('python-setuptools' 'python-pytest' 'python2-setuptools' 'python2-pytest')
-source=("https://pypi.python.org/packages/source/s/${_name}/${_name}-${pkgver}.tar.gz")
+source=("https://files.pythonhosted.org/packages/source/s/${_name}/${_name}-${pkgver}.tar.gz")
sha256sums=('b7494da450ce247fe8c7f2a8f9a73fbe5f1a634f64f734ce62aaba0708d76f0f')
check() {