git » keepassxc.git » commit 6026990

Enable KeeShare secure containers feature

author Balló György
2019-04-17 20:17:09 UTC
committer Balló György
2019-04-17 20:17:09 UTC
parent 89a786cf540085ea70bef655e95643a192a0c8f3

Enable KeeShare secure containers feature

PKGBUILD +5 -5

diff --git a/PKGBUILD b/PKGBUILD
index 51eb16d..eedcf2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,13 @@
 
 pkgname=keepassxc
 pkgver=2.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Cross-platform community-driven port of Keepass password manager"
 arch=(x86_64)
 url="https://keepassxc.org/"
 license=(GPL)
-depends=(hicolor-icon-theme libgcrypt argon2 libsodium
-         libxtst qt5-svg qt5-x11extras
-         yubikey-personalization curl qrencode)
+depends=(argon2 curl desktop-file-utils hicolor-icon-theme libgcrypt libsodium libxtst qrencode
+         qt5-svg qt5-x11extras quazip yubikey-personalization)
 makedepends=(git cmake qt5-tools)
 _tag=8e270d61f348ee39df31579c0dca55fb9a975f58 # git rev-parse ${pkgver}
 source=("git+https://github.com/keepassxreboot/keepassxc#tag=${_tag}?signed")
@@ -28,7 +27,8 @@ build() {
 		-DCMAKE_BUILD_TYPE=Release \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
-		-DWITH_XC_ALL=ON
+		-DWITH_XC_ALL=ON \
+		-DWITH_XC_KEESHARE_SECURE=ON
 	make
 }