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

Pierre Schmitz pierre at archlinux.org
Sun Jan 11 14:54:47 UTC 2009


    Date: Sunday, January 11, 2009 @ 09:54:47
  Author: pierre
Revision: 23651

upgpkg: eigen 2.0-1

Modified:
  eigen/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-01-11 14:53:50 UTC (rev 23650)
+++ PKGBUILD	2009-01-11 14:54:47 UTC (rev 23651)
@@ -2,23 +2,23 @@
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=eigen
-pkgver=1.0.5
+pkgver=2.0
 pkgrel=1
 pkgdesc="Eigen is a lightweight C++ template library for vector and matrix math, a.k.a. linear algebra."
 arch=('i686' 'x86_64')
-url='http://eigen.tuxfamily.org/1/'
+url='http://eigen.tuxfamily.org'
 license=('GPL')
 makedepends=('cmake' 'pkgconfig')
-source=("http://download.tuxfamily.org/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('960d7e5fb6542270eae4d53ca99b607c')
+source=("http://download.tuxfamily.org/eigen/eigen-2.0-beta5.tar.bz2")
+md5sums=('1516005412881714f692a9f2c5c061a6')
 
 build() {
 	cd $srcdir
 	mkdir build
 	cd build
-	cmake ../${pkgname} \
+	cmake ../eigen2 \
 		-DCMAKE_BUILD_TYPE=Release \
 		-DCMAKE_INSTALL_PREFIX=/usr
 	make
 	make DESTDIR=$pkgdir install
-}
\ No newline at end of file
+}




More information about the arch-commits mailing list