summaryrefslogtreecommitdiff
path: root/office/keepassxc/keepassxc.SlackBuild
diff options
context:
space:
mode:
authorBenjamin Trigona-Harany <bosth@alumni.sfu.ca>2017-06-25 18:38:51 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-07-01 07:42:18 +0700
commita60259a608dd81eae17a697c303cab56fe9f7d58 (patch)
tree1df452c4aa6463c93f2c115b88fb729cefe25ce2 /office/keepassxc/keepassxc.SlackBuild
parent521eb52942ea64a484d2d5b87b9d9e883fee13c3 (diff)
downloadslackbuilds-a60259a608dd81eae17a697c303cab56fe9f7d58.tar.gz
office/keepassxc: Updated for version 2.2.0.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'office/keepassxc/keepassxc.SlackBuild')
-rw-r--r--office/keepassxc/keepassxc.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/office/keepassxc/keepassxc.SlackBuild b/office/keepassxc/keepassxc.SlackBuild
index 0b47249da8..2d78c1a102 100644
--- a/office/keepassxc/keepassxc.SlackBuild
+++ b/office/keepassxc/keepassxc.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=keepassxc
-VERSION=${VERSION:-2.1.4}
+VERSION=${VERSION:-2.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -76,6 +76,7 @@ cd build
-DCMAKE_BUILD_TYPE=Release \
-DWITH_TESTS=OFF \
-DWITH_XC_HTTP="${XC_HTTP:-OFF}" \
+ -DWITH_XC_YUBIKEY="${XC_YUBIKEY:-OFF}" \
-DWITH_XC_AUTOTYPE="${XC_AUTOTYPE:-ON}" \
..