summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Schwartz2017-12-26 02:22:10 +0000
committerEli Schwartz2017-12-26 02:22:10 +0000
commit8034d07f4a13e34e73c3f630bb8d0f885e575a99 (patch)
tree0fa9a178b61ddfded1c7202aade9e8aec6f0e020
parentdf1015978bdb76340110ee5aeb2489767900a257 (diff)
downloadaur-8034d07f4a13e34e73c3f630bb8d0f885e575a99.tar.gz
Fix several packages failing to build from source.
ALso update urls to HTTPS where possible, and general cleanliness.
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 16cfd19b0262..3dc3b056579d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ makedepends=('python2' 'python' 'python-setuptools' 'python2-setuptools')
checkdepends=('python-nose' 'python2-nose' 'python-pbr' 'python2-pbr' 'python-six' 'python2-six' 'git')
license=('BSD')
arch=('any')
-source=("http://pypi.python.org/packages/source/m/mock/mock-$pkgver.tar.gz")
+source=("https://files.pythonhosted.org/packages/source/m/mock/mock-$pkgver.tar.gz")
md5sums=('0febfafd14330c9dcaa40de2d82d40ad')
build() {