[arch-commits] Commit in linbox/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sat Feb 28 11:32:11 UTC 2015
Date: Saturday, February 28, 2015 @ 12:32:11
Author: arojas
Revision: 128408
NTL 8 rebuild
Modified:
linbox/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-02-28 11:14:27 UTC (rev 128407)
+++ PKGBUILD 2015-02-28 11:32:11 UTC (rev 128408)
@@ -3,13 +3,13 @@
pkgname=linbox
pkgver=1.3.2
-pkgrel=1
+pkgrel=2
pkgdesc="A template library for exact, high-performance linear algebra computation with dense, sparse, and structured matrices over the integers and over finite fields"
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
url="http://linalg.org/"
-license=('LGPL')
-depends=('m4rie' 'lapack' 'ntl' 'libfplll' 'iml' 'givaro')
-makedepends=('fflas-ffpack')
+license=(LGPL)
+depends=(m4rie lapack ntl libfplll iml givaro)
+makedepends=(fflas-ffpack)
source=("http://linalg.org/$pkgname-$pkgver.tar.gz" 'linbox-fplll.patch' 'underlink.patch' 'lapack.patch')
md5sums=('67c80345c8c3e93d213f2d7d37d8c9af'
'76fbb525cceff1dd74a7c1892ca965d0'
More information about the arch-commits
mailing list