Date: Sunday, February 24, 2019 @ 18:37:45 Author: jelle Revision: 435540
Add https for url= Modified: python-scipy/trunk/PKGBUILD ----------+ PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-02-24 18:26:02 UTC (rev 435539) +++ PKGBUILD 2019-02-24 18:37:45 UTC (rev 435540) @@ -11,7 +11,7 @@ pkgrel=1 pkgdesc="SciPy is open-source software for mathematics, science, and engineering." arch=('x86_64') -url="http://www.scipy.org/" +url="https://www.scipy.org/" license=('BSD') makedepends=('gcc-fortran' 'python-numpy' 'python2-numpy' 'python-setuptools' 'python2-setuptools') checkdepends=('python-pytest' 'python2-pytest')