[arch-commits] Commit in eigen (3 files)
Pierre Schmitz
pierre at archlinux.org
Thu Jun 4 07:39:11 UTC 2009
Date: Thursday, June 4, 2009 @ 03:39:11
Author: pierre
Revision: 41470
archrelease: new repo kde-unstable-x86_64
Added:
eigen/kde-unstable/
eigen/repos/kde-unstable-x86_64/
Modified:
eigen/kde-unstable/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: kde-unstable/PKGBUILD
===================================================================
--- trunk/PKGBUILD 2009-06-04 07:13:26 UTC (rev 41467)
+++ kde-unstable/PKGBUILD 2009-06-04 07:39:11 UTC (rev 41470)
@@ -2,14 +2,16 @@
# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
pkgname=eigen
-pkgver=2.0.2
+pkgver=2.0.968404
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'
license=('GPL' 'LGPL')
makedepends=('cmake' 'pkgconfig')
-source=("http://download.tuxfamily.org/eigen/eigen-${pkgver}.tar.bz2")
+#source=("http://download.tuxfamily.org/eigen/eigen-${pkgver}.tar.bz2")
+source=("ftp://ftp.archlinux.org/other/eigen/eigen-${pkgver}.tar.bz2")
+md5sums=('45e88faa2fc53bd86a4fc5d833c2236e')
build() {
cd $srcdir
@@ -21,4 +23,3 @@
make
make DESTDIR=$pkgdir install
}
-md5sums=('b2c34144943671a8689b6fab20c52836')
More information about the arch-commits
mailing list