diff options
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 |