summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoerg Behrmann2020-10-16 15:48:11 +0200
committerJoerg Behrmann2020-10-16 15:48:11 +0200
commitd72d2486889b142022d1c9d761843043c61a2d24 (patch)
tree689482e55b75d3396932ff993cc27f42927ad25a /PKGBUILD
parente357c28fb77e146f3a844100debd5280c9f3c259 (diff)
downloadaur-d72d2486889b142022d1c9d761843043c61a2d24.tar.gz
fix typo
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8ac6f14c815e..ff014c138f8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,8 +24,8 @@ sha256sums=('8c0ccf341dfa74e1d69f1508968c4d4e9fb36f74685f101897df6a84ed7043df'
validpgpkeys=('52299057FAD799653C4F088AC3F147F5980F3535')
# Comment the prepare function if you want to build _without_ mumps support.
-# This is discouraged because without the incurred performance penalty no
-# serious calculations can be done in a reasonable time.
+# This is discouraged because with the incurred performance penalty no serious
+# calculations can be done in a reasonable time.
prepare() {
cp "../build.conf" "$srcdir/kwant-$pkgver/build.conf"
}