diff options
-rw-r--r-- | office/keepassxc/README | 4 | ||||
-rw-r--r-- | office/keepassxc/keepassxc.SlackBuild | 3 | ||||
-rw-r--r-- | office/keepassxc/keepassxc.info | 6 |
3 files changed, 9 insertions, 4 deletions
diff --git a/office/keepassxc/README b/office/keepassxc/README index 895b36d6d0..d21cd9e964 100644 --- a/office/keepassxc/README +++ b/office/keepassxc/README @@ -10,4 +10,8 @@ KeePassXC can be built with keepasshttp support, meaning that it can function as password storage for Mozilla Firefox and Chromium. This may be enabled by passing XC_HTTP=ON to the script. +KeePassXC can be built with YubiKey two-factor authentication support for +unlocking the database. This introduces a dependency on ykpers and can be +enabled by passing XC_YUBIKEY=ON to the script. + Autotype may be disabled by passing XC_AUTOTYPE=OFF. 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}" \ .. diff --git a/office/keepassxc/keepassxc.info b/office/keepassxc/keepassxc.info index 66aeca61a5..0d80c880a7 100644 --- a/office/keepassxc/keepassxc.info +++ b/office/keepassxc/keepassxc.info @@ -1,8 +1,8 @@ PRGNAM="keepassxc" -VERSION="2.1.4" +VERSION="2.2.0" HOMEPAGE="https://github.com/keepassxreboot/keepassxc" -DOWNLOAD="https://github.com/keepassxreboot/keepassxc/archive/2.1.4/keepassxc-2.1.4.tar.gz" -MD5SUM="5ef08a1c2eb7d0539335f5358bdee24e" +DOWNLOAD="https://github.com/keepassxreboot/keepassxc/archive/2.2.0/keepassxc-2.2.0.tar.gz" +MD5SUM="e8f6925b7248e6acaa0de797cbb59e6e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="qt5" |