summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhbhkx2020-01-15 17:06:13 +0800
committerhbhkx2020-01-15 17:06:13 +0800
commit33a0d46d2792090632411688b4b1cd7dc14f574a (patch)
tree5591d04af316412e92934ea33fd196a57223aa97 /PKGBUILD
parentaeb131f93204a6feaf3cba5fcc7754a31559efe2 (diff)
downloadaur-33a0d46d2792090632411688b4b1cd7dc14f574a.tar.gz
fix a typo
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7a3bfcd96abc..86feeb6ef4b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="http://faculty.cse.tamu.edu/davis/suitesparse.html"
arch=('i686' 'x86_64')
gblasver=3.1.1
conflicts=('umfpack' 'graphblas' 'suitesparse')
-provides=('umfpack' 'graphblas=${gblasver}' 'suitesparse=${pkgver}')
+provides=('umfpack' "graphblas=${gblasver}" "suitesparse=${pkgver}")
replaces=('umfpack' 'graphblas' 'suitesparse')
depends=('metis' 'intel-mkl' 'intel-tbb')
makedepends=('intel-compiler-base' 'intel-fortran-compiler' 'cmake')