summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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'