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

Tobias Powalowski tpowa at archlinux.org
Sun Apr 19 12:51:26 UTC 2009


    Date: Sunday, April 19, 2009 @ 08:51:26
  Author: tpowa
Revision: 36016

upgpkg: eigen 2.0.1-1

Modified:
  eigen/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-04-19 12:48:27 UTC (rev 36015)
+++ PKGBUILD	2009-04-19 12:51:26 UTC (rev 36016)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=eigen
-pkgver=2.0.0
+pkgver=2.0.1
 pkgrel=1
 pkgdesc="Eigen is a lightweight C++ template library for vector and matrix math, a.k.a. linear algebra."
 arch=('i686' 'x86_64')
@@ -10,7 +10,6 @@
 license=('GPL' 'LGPL')
 makedepends=('cmake' 'pkgconfig')
 source=("http://download.tuxfamily.org/eigen/eigen-${pkgver}.tar.bz2")
-md5sums=('bedfe344498b926a4b5db17d2846dbb5')
 
 build() {
 	cd $srcdir
@@ -22,3 +21,4 @@
 	make
 	make DESTDIR=$pkgdir install
 }
+md5sums=('3d7af1f727355dfe58531a3649c7d4b5')




More information about the arch-commits mailing list