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

Antonio Rojas arojas at gemini.archlinux.org
Mon Aug 30 17:52:22 UTC 2021


    Date: Monday, August 30, 2021 @ 17:52:21
  Author: arojas
Revision: 422655

Update to 3.4.0

Modified:
  eigen/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-30 17:50:03 UTC (rev 422654)
+++ PKGBUILD	2021-08-30 17:52:21 UTC (rev 422655)
@@ -3,15 +3,15 @@
 # Contributor: Kringel
 
 pkgname=eigen
-pkgver=3.3.9
+pkgver=3.4.0
 pkgrel=1
-pkgdesc="Lightweight C++ template library for vector and matrix math, a.k.a. linear algebra."
-arch=('any')
+pkgdesc='Lightweight C++ template library for vector and matrix math, a.k.a. linear algebra'
+arch=(any)
 url='https://eigen.tuxfamily.org'
-license=('GPL3' 'LGPL2.1' 'BSD' 'custom:MPL2' 'custom:MINPACK')
-makedepends=('cmake' 'freeglut' 'gcc-fortran' 'fftw' 'suitesparse' 'boost')
+license=(GPL3 LGPL2.1 BSD custom:MPL2 custom:MINPACK)
+makedepends=(cmake freeglut gcc-fortran fftw suitesparse boost)
 source=(https://gitlab.com/libeigen/eigen/-/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('7985975b787340124786f092b3a07d594b2e9cd53bbfe5f3d9b1daee7d55f56f')
+sha256sums=('8586084f71f9bde545ee7fa6d00288b264a2b7ac3607b974e54d13e7162c1c72')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



More information about the arch-commits mailing list