[arch-commits] Commit in atlas-lapack-base/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Mon Oct 12 11:27:15 UTC 2015


    Date: Monday, October 12, 2015 @ 13:27:15
  Author: arojas
Revision: 143762

Fix quoting

Modified:
  atlas-lapack-base/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-12 10:59:21 UTC (rev 143761)
+++ PKGBUILD	2015-10-12 11:27:15 UTC (rev 143762)
@@ -15,7 +15,7 @@
 makedepends=(gcc-fortran)
 arch=(i686 x86_64)
 conflicts=(blas cblas lapack)
-provides=(blas cblas 'lapack=$_lapackver' atlas-lapack)
+provides=(blas cblas "lapack=$_lapackver" atlas-lapack)
 license=(custom:blas custom:lapack custom:atlas)
 options=(!makeflags)
 source=(http://www.netlib.org/lapack/lapack-$_lapackver.tgz http://downloads.sourceforge.net/math-atlas/atlas${pkgver}.tar.bz2 blas-license.txt 



More information about the arch-commits mailing list