summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authora.kudelin2020-02-08 20:13:34 +0300
committera.kudelin2020-02-08 20:13:34 +0300
commitfb5e7e5023399cc482df708a2006f453bb267bc5 (patch)
tree440bea16446148059beb9db0795d2f31716ec45c /PKGBUILD
parentb6cf3e6818eb3d4c3a9c49c1179ec5961bcc75f4 (diff)
downloadaur-fb5e7e5023399cc482df708a2006f453bb267bc5.tar.gz
Fixed build without Plumed
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 214016db5333..8ff9ea960582 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=cp2k
pkgver=7.1.0
_dbcsrver=2.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="A quantum chemistry and solid state physics software package"
arch=("x86_64")
url="https://www.cp2k.org"
@@ -49,7 +49,7 @@ prepare() {
_buildmode=$((_buildmode | 1))
fi
- if [ -n $_plumed ]
+ if [[ $_plumed ]]
then
echo "Adding PLUMED support"
_buildmode=$((_buildmode | 2))