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

Andrea Scarpino andrea at archlinux.org
Thu Jun 4 08:22:11 UTC 2009


    Date: Thursday, June 4, 2009 @ 04:22:10
  Author: andrea
Revision: 41476

minor fixes

Modified:
  eigen/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-06-04 08:20:23 UTC (rev 41475)
+++ PKGBUILD	2009-06-04 08:22:10 UTC (rev 41476)
@@ -4,13 +4,13 @@
 pkgname=eigen
 pkgver=2.0.968404
 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=('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=("ftp://ftp.archlinux.org/other/eigen/eigen-${pkgver}.tar.bz2")
+#source=("http://download.tuxfamily.org/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
+source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
 md5sums=('45e88faa2fc53bd86a4fc5d833c2236e')
 
 build() {




More information about the arch-commits mailing list