[arch-commits] Commit in keepassxc/trunk (PKGBUILD)

Balló György bgyorgy at archlinux.org
Wed Apr 17 20:17:10 UTC 2019


    Date: Wednesday, April 17, 2019 @ 20:17:09
  Author: bgyorgy
Revision: 451926

upgpkg: keepassxc 2.4.1-2

Enable KeeShare secure containers feature

Modified:
  keepassxc/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-17 20:15:52 UTC (rev 451925)
+++ PKGBUILD	2019-04-17 20:17:09 UTC (rev 451926)
@@ -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 @@
 		-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
 }
 



More information about the arch-commits mailing list