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

Antonio Rojas arojas at archlinux.org
Wed Feb 17 10:27:45 UTC 2016


    Date: Wednesday, February 17, 2016 @ 11:27:45
  Author: arojas
Revision: 259896

Update to 3.2.8

Modified:
  eigen/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-17 10:17:14 UTC (rev 259895)
+++ PKGBUILD	2016-02-17 10:27:45 UTC (rev 259896)
@@ -4,8 +4,8 @@
 # Contributor: Kringel
 
 pkgname=eigen
-pkgver=3.2.7
-pkgrel=2
+pkgver=3.2.8
+pkgrel=1
 pkgdesc="Lightweight C++ template library for vector and matrix math, a.k.a. linear algebra."
 arch=('any')
 url='http://eigen.tuxfamily.org'
@@ -15,7 +15,7 @@
 replaces=('eigen3')
 provides=('eigen3')
 source=("${pkgname}-${pkgver}.tar.bz2::http://bitbucket.org/eigen/eigen/get/${pkgver}.tar.bz2")
-sha1sums=('6e22013ada087bc8ac07bcc0805c3dbb55f8e544')
+sha1sums=('64f4aef8012a424c7e079eaf0be71793ab9bc6e0')
 
 build() {
 	mkdir -p build



More information about the arch-commits mailing list