summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Dang2016-06-03 11:56:08 +0200
committerFlorian Dang2016-06-03 11:56:08 +0200
commit8049871a04876a7a0a459f4f7c51ee665fb1f4e3 (patch)
tree43364c93086315fee45f19b6f6dac748511b2cb1
parent3bcc86c3df9c6eb0eaeb84c6af54207d81911899 (diff)
downloadaur-8049871a04876a7a0a459f4f7c51ee665fb1f4e3.tar.gz
fix quote
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72152468bf9d..4e7a40bee8e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,12 +8,7 @@ pkgbase = deal-ii
arch = x86_64
license = LGPL
makedepends = cmake
- optdepends = boost:
- optdepends = peer-reviewed
- optdepends = portable
- optdepends = C++
- optdepends = source
- optdepends = libraries
+ optdepends = boost: peer-reviewed portable C++ source libraries
optdepends = lapack: Linear Algebra PACKage
optdepends = openmpi: High performance message passing library (MPI)
optdepends = petsc: Portable, extensible toolkit for scientific computation
diff --git a/PKGBUILD b/PKGBUILD
index b806e03a1bac..2f9503a5feac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url="http://www.dealii.org/"
license=('LGPL')
depends=('')
optdepends=(
- 'boost': peer-reviewed portable C++ source libraries
+ 'boost: peer-reviewed portable C++ source libraries'
'lapack: Linear Algebra PACKage'
'openmpi: High performance message passing library (MPI)'
'petsc: Portable, extensible toolkit for scientific computation'