summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Dang2016-06-03 11:56:08 +0200
committerFlorian Dang2016-06-03 11:56:08 +0200
commit8049871a04876a7a0a459f4f7c51ee665fb1f4e3 (patch)
tree43364c93086315fee45f19b6f6dac748511b2cb1 /PKGBUILD
parent3bcc86c3df9c6eb0eaeb84c6af54207d81911899 (diff)
downloadaur-8049871a04876a7a0a459f4f7c51ee665fb1f4e3.tar.gz
fix quote
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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'