[arch-commits] Commit in eigen/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Mon Apr 8 17:04:06 UTC 2019


    Date: Monday, April 8, 2019 @ 17:04:05
  Author: arojas
Revision: 350362

https

Modified:
  eigen/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-08 16:00:08 UTC (rev 350361)
+++ PKGBUILD	2019-04-08 17:04:05 UTC (rev 350362)
@@ -7,12 +7,12 @@
 pkgrel=2
 pkgdesc="Lightweight C++ template library for vector and matrix math, a.k.a. linear algebra."
 arch=('any')
-url='http://eigen.tuxfamily.org'
+url='https://eigen.tuxfamily.org'
 license=('GPL3' 'LGPL2.1' 'BSD' 'custom:MPL2' 'custom:MINPACK')
 makedepends=('cmake' 'pkg-config' 'freeglut' 'gcc-fortran' 'fftw' 'suitesparse' 'boost')
 replaces=('eigen3')
 provides=('eigen3')
-source=("${pkgname}-${pkgver}.tar.bz2::http://bitbucket.org/eigen/eigen/get/${pkgver}.tar.bz2")
+source=("${pkgname}-${pkgver}.tar.bz2::https://bitbucket.org/eigen/eigen/get/${pkgver}.tar.bz2")
 sha1sums=('a06faa6f358d5d1ca0da7cddb95da39e436dc9e8')
 
 prepare() {



More information about the arch-commits mailing list