summaryrefslogtreecommitdiffstats
path: root/office
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2017-06-26 03:38:51 +0200
committer Willy Sudiarto Raharjo2017-07-01 02:42:18 +0200
commita60259a608dd81eae17a697c303cab56fe9f7d58 (patch)
tree1df452c4aa6463c93f2c115b88fb729cefe25ce2 /office
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')
-rw-r--r--office/keepassxc/README4
-rw-r--r--office/keepassxc/keepassxc.SlackBuild3
-rw-r--r--office/keepassxc/keepassxc.info6
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"