[arch-commits] Commit in eigen/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Fri Oct 2 18:21:25 UTC 2015
Date: Friday, October 2, 2015 @ 20:21:25
Author: arojas
Revision: 248278
Update to 3.2.6
Modified:
eigen/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-10-02 17:53:37 UTC (rev 248277)
+++ PKGBUILD 2015-10-02 18:21:25 UTC (rev 248278)
@@ -4,8 +4,8 @@
# Contributor: Kringel
pkgname=eigen
-pkgver=3.2.5
-pkgrel=2
+pkgver=3.2.6
+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=('aa4667f0b134f5688c5dff5f03335d9a19aa9b3d')
+sha1sums=('90d221459e2e09aac67610bd3e3dfc9cb413ddd7')
build() {
mkdir -p build
More information about the arch-commits
mailing list