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

Tobias Powalowski tpowa at archlinux.org
Sun Oct 11 14:42:28 UTC 2009


    Date: Sunday, October 11, 2009 @ 10:42:28
  Author: tpowa
Revision: 54629

upgpkg: eigen 2.0.6-1
    bump to new version

Modified:
  eigen/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-10-11 14:28:05 UTC (rev 54628)
+++ PKGBUILD	2009-10-11 14:42:28 UTC (rev 54629)
@@ -2,7 +2,7 @@
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=eigen
-pkgver=2.0.3
+pkgver=2.0.6
 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://bitbucket.org/eigen/eigen2/get/${pkgver}.tar.bz2")
-md5sums=('993a929f4326e19eaaf91b7106cbd8a9')
 
 build() {
 	cd $srcdir
@@ -22,3 +21,4 @@
 	make
 	make DESTDIR=$pkgdir install
 }
+md5sums=('0673563a5e7f74ae4ee130553458b81e')




More information about the arch-commits mailing list