summaryrefslogtreecommitdiffstats
path: root/office
diff options
context:
space:
mode:
author Benjamin Trigona-Harany <bosth@alumni.sfu.ca>2019-03-22 12:19:32 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2019-03-30 07:18:24 +0700
commitd63b1241a94b378c967438e67896009b7a789fda (patch)
treedeff4680b9c8860b8c0838504cce64e8ec7ecf05 /office
parent225b4e6b2c688d8af75dd5814102f1335b46bbdc (diff)
downloadslackbuilds-d63b1241a94b378c967438e67896009b7a789fda.tar.gz
slackbuilds-d63b1241a94b378c967438e67896009b7a789fda.tar.xz
office/keepassxc: Updated for version 2.4.0.
Diffstat (limited to 'office')
-rw-r--r--office/keepassxc/keepassxc.SlackBuild13
-rw-r--r--office/keepassxc/keepassxc.info8
2 files changed, 11 insertions, 10 deletions
diff --git a/office/keepassxc/keepassxc.SlackBuild b/office/keepassxc/keepassxc.SlackBuild
index 35ac0975a9..9428dd8c96 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.3.4}
+VERSION=${VERSION:-2.4.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -75,11 +75,12 @@ cd build
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DWITH_TESTS=OFF \
- -DWITH_XC_BROWSER="${BROWSER:-ON}" \
- -DWITH_XC_YUBIKEY="${YUBIKEY:-OFF}" \
- -DWITH_XC_NETWORKING="${NETWORKING:-ON}" \
- -DWITH_XC_AUTOTYPE="${AUTOTYPE:-ON}" \
- -DWITH_XC_SSHAGENT="${SSHAGENT:-ON}" \
+ -DWITH_XC_BROWSER=${BROWSER:-ON} \
+ -DWITH_XC_YUBIKEY=${YUBIKEY:-OFF} \
+ -DWITH_XC_NETWORKING=${NETWORKING:-ON} \
+ -DWITH_XC_AUTOTYPE=${AUTOTYPE:-ON} \
+ -DWITH_XC_SSHAGENT=${SSHAGENT:-ON} \
+ -DWITH_XC_KEESHARE=ON \
..
make
diff --git a/office/keepassxc/keepassxc.info b/office/keepassxc/keepassxc.info
index fa5ab1368f..41b81e2bbd 100644
--- a/office/keepassxc/keepassxc.info
+++ b/office/keepassxc/keepassxc.info
@@ -1,10 +1,10 @@
PRGNAM="keepassxc"
-VERSION="2.3.4"
+VERSION="2.4.0"
HOMEPAGE="https://github.com/keepassxreboot/keepassxc"
-DOWNLOAD="https://github.com/keepassxreboot/keepassxc/releases/download/2.3.4/keepassxc-2.3.4-src.tar.xz"
-MD5SUM="c8f8280cf4155c32d0b50c059d0a3edf"
+DOWNLOAD="https://github.com/keepassxreboot/keepassxc/releases/download/2.4.0/keepassxc-2.4.0-src.tar.xz"
+MD5SUM="6dea2395ba32e30f3f9a10239728d2b6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="argon2 libsodium qt5"
+REQUIRES="argon2 libsodium qrencode qt5"
MAINTAINER="Benjamin Trigona-Harany"
EMAIL="slackbuilds@jaxartes.net"