Date: Friday, December 8, 2017 @ 19:04:18 Author: jelle Revision: 311946
Fix source download Switch to https, since http is disabled Modified: python-nose/trunk/PKGBUILD ----------+ PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-12-08 19:03:05 UTC (rev 311945) +++ PKGBUILD 2017-12-08 19:04:18 UTC (rev 311946) @@ -13,7 +13,7 @@ url='http://readthedocs.org/docs/nose/' license=('LGPL2.1') makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools' 'python2-sphinx') -source=("http://pypi.python.org/packages/source/n/nose/nose-${pkgver}.tar.gz") +source=("https://pypi.python.org/packages/source/n/nose/nose-${pkgver}.tar.gz") md5sums=('4d3ad0ff07b61373d2cefc89c5d0b20b') build() {
