Date: Sunday, February 24, 2019 @ 12:50:31 Author: archange Revision: 435506
https in url Modified: python-h5py/trunk/PKGBUILD ----------+ PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-02-24 12:48:40 UTC (rev 435505) +++ PKGBUILD 2019-02-24 12:50:31 UTC (rev 435506) @@ -10,7 +10,7 @@ pkgver=2.9.0 pkgrel=1 pkgdesc="General-purpose Python bindings for the HDF5 library" -url="http://www.h5py.org/" +url="https://www.h5py.org/" arch=('x86_64') license=('BSD') makedepends=('hdf5' 'cython' 'cython2' 'python-numpy' 'python2-numpy' 'python-six' 'python2-six'
