summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12018-08-27 23:28:12 +0800
committerChocobo12018-08-27 23:28:12 +0800
commitad51fead9e2648c8fe368a7fc963fb50c40c4bd2 (patch)
tree402c94cf4e0b452eeb24a5cf578e725d99a94586
parent7117301401c36c719ba687cf4d01b3d5afa4d7a4 (diff)
downloadaur-ad51fead9e2648c8fe368a7fc963fb50c40c4bd2.tar.gz
Use https
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf5856588269..9858986fbbd3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = lapack-git
pkgdesc = Linear Algebra PACKage
pkgver = 3.8.0.r70.g9fb29d8e
pkgrel = 2
- url = http://www.netlib.org/lapack/
+ url = https://www.netlib.org/lapack/
arch = i686
arch = x86_64
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index 0f3ed13beec2..d604a06c4c78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=3.8.0.r70.g9fb29d8e
pkgrel=2
pkgdesc="Linear Algebra PACKage"
arch=('i686' 'x86_64')
-url="http://www.netlib.org/lapack/"
+url="https://www.netlib.org/lapack/"
license=('custom')
makedepends=('git' 'gcc-fortran' 'cmake' 'python' 'doxygen')
source=("git+https://github.com/Reference-LAPACK/lapack.git")