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

Andrea Scarpino andrea at archlinux.org
Mon Nov 28 08:37:45 UTC 2011


    Date: Monday, November 28, 2011 @ 03:37:45
  Author: andrea
Revision: 143659

upgpkg: eigen2 2.0.16-2

md5sums was wrong, rebuilt

Modified:
  eigen2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-11-28 08:21:17 UTC (rev 143658)
+++ PKGBUILD	2011-11-28 08:37:45 UTC (rev 143659)
@@ -1,10 +1,11 @@
 # $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Maintainer:
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
 # Contributor: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=eigen2
 pkgver=2.0.16
-pkgrel=1
+pkgrel=2
 pkgdesc="A lightweight C++ template library for vector and matrix math, a.k.a. linear algebra"
 arch=('any')
 url='http://eigen.tuxfamily.org/index.php?title=Main_Page'
@@ -13,13 +14,13 @@
 replaces=('eigen')
 provides=('eigen')
 source=("http://bitbucket.org/eigen/eigen/get/${pkgver}.tar.bz2")
-md5sums=('0d651765a1799180f5aeac18acaa6d71')
+md5sums=('ff31485f39c2cb52c54980b634f25f59')
 
 build() {
   cd "${srcdir}"
   mkdir build
   cd build
-  cmake ../eigen-eigen-9ca09dbd70ce \
+  cmake ../eigen-eigen-${pkgver} \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr
   make




More information about the arch-commits mailing list