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

Giovanni Scafora giovanni at archlinux.org
Tue Feb 2 03:07:36 UTC 2010


    Date: Monday, February 1, 2010 @ 22:07:36
  Author: giovanni
Revision: 66915

upgpkg: eigen 2.0.11-1
    upstream release

Modified:
  eigen/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-02-02 02:24:21 UTC (rev 66914)
+++ PKGBUILD	2010-02-02 03:07:36 UTC (rev 66915)
@@ -2,23 +2,23 @@
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=eigen
-pkgver=2.0.9
+pkgver=2.0.11
 pkgrel=1
-pkgdesc="Eigen is a lightweight C++ template library for vector and matrix math, a.k.a. linear algebra."
+pkgdesc="A lightweight C++ template library for vector and matrix math, a.k.a. linear algebra."
 arch=('any')
 url='http://eigen.tuxfamily.org'
 license=('GPL' 'LGPL')
 makedepends=('cmake' 'pkgconfig')
-source=("http://bitbucket.org/eigen/eigen2/get/${pkgver}.tar.bz2")
+source=(http://bitbucket.org/eigen/eigen/get/${pkgver}.tar.bz2)
 
 build() {
 	cd $srcdir
 	mkdir build
 	cd build
-	cmake ../eigen2 \
+	cmake ../eigen \
 		-DCMAKE_BUILD_TYPE=Release \
 		-DCMAKE_INSTALL_PREFIX=/usr
 	make
 	make DESTDIR=$pkgdir install
 }
-md5sums=('2d89147b0ac10ac2520429aeb8f84b9d')
+md5sums=('60fc0cc5135f6e7a8c87e356119eed06')




More information about the arch-commits mailing list