diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2019-04-12 18:54:13 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-04-20 08:20:54 +0700 |
commit | 32d37548ecf6845f3ab1f695988ba68f5fb6fec5 (patch) | |
tree | 5ebf8a429c49f74f417dbb9ec26e352e23ecdded /office/keepassxc/keepassxc.SlackBuild | |
parent | c8b7e46849f639b401af6e686961151f1e1033ea (diff) |
office/keepassxc: Updated for version 2.4.1.
Diffstat (limited to 'office/keepassxc/keepassxc.SlackBuild')
-rw-r--r-- | office/keepassxc/keepassxc.SlackBuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/office/keepassxc/keepassxc.SlackBuild b/office/keepassxc/keepassxc.SlackBuild index 9428dd8c96a31..64fe44e0b0673 100644 --- a/office/keepassxc/keepassxc.SlackBuild +++ b/office/keepassxc/keepassxc.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for KeePassXC -# Copyright 2017-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2017-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=keepassxc -VERSION=${VERSION:-2.4.0} +VERSION=${VERSION:-2.4.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -80,7 +80,8 @@ cd build -DWITH_XC_NETWORKING=${NETWORKING:-ON} \ -DWITH_XC_AUTOTYPE=${AUTOTYPE:-ON} \ -DWITH_XC_SSHAGENT=${SSHAGENT:-ON} \ - -DWITH_XC_KEESHARE=ON \ + -DWITH_XC_KEESHARE=${KEESHARE:-OFF} \ + -DWITH_XC_KEESHARE_SECURE=${KEESHARE_SECURE:-OFF} \ .. make |