Date: Friday, September 10, 2010 @ 07:49:47 Author: andrea Revision: 90290
upgpkg: eigen 2.0.15-1 upstream release Modified: eigen/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-09-10 11:41:48 UTC (rev 90289) +++ PKGBUILD 2010-09-10 11:49:47 UTC (rev 90290) @@ -1,17 +1,17 @@ # $Id$ -# Maintainer: Tobias Powalowski <tp...@archlinux.org> +# Maintainer: Andrea Scarpino <and...@archlinux.org> +# Contributor: Tobias Powalowski <tp...@archlinux.org> pkgname=eigen -pkgver=2.0.14 +pkgver=2.0.15 pkgrel=1 pkgdesc="A lightweight C++ template library for vector and matrix math, a.k.a. linear algebra" arch=('any') -url='http://eigen.tuxfamily.org' +url='http://eigen.tuxfamily.org/index.php?title=Main_Page' license=('GPL' 'LGPL3') makedepends=('cmake' 'pkg-config') -source=(http://bitbucket.org/eigen/eigen/get/${pkgver}.tar.bz2) -md5sums=('25a7e069a771ad0641d7622d03bc7367') -sha1sums=('a48526bd92722170b6d458cc8a6a72c9433c9dcb') +source=("http://bitbucket.org/${pkgname}/${pkgname}/get/${pkgver}.tar.bz2") +md5sums=('a96fe69d652d7b3b1d990c99bbc518fb') build() { cd "${srcdir}"