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

Balló György bgyorgy at archlinux.org
Fri Jun 30 23:12:17 UTC 2017


    Date: Friday, June 30, 2017 @ 23:12:16
  Author: bgyorgy
Revision: 241839

upgpkg: keepassxc 2.2.0-2

Enable YubiKey support (FS#54645)

Modified:
  keepassxc/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-30 23:12:07 UTC (rev 241838)
+++ PKGBUILD	2017-06-30 23:12:16 UTC (rev 241839)
@@ -3,12 +3,12 @@
 
 pkgname=keepassxc
 pkgver=2.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Cross-platform community-driven port of Keepass password manager"
 arch=(x86_64 i686)
 url="https://keepassxc.org/"
 license=(GPL)
-depends=(hicolor-icon-theme libxtst qt5-x11extras)
+depends=(hicolor-icon-theme libxtst qt5-x11extras yubikey-personalization)
 makedepends=(cmake qt5-tools)
 source=("https://github.com/keepassxreboot/$pkgname/releases/download/$pkgver/$pkgname-$pkgver-src.tar.xz"{,.sig})
 sha256sums=(
@@ -28,7 +28,8 @@
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_INSTALL_LIBDIR=lib \
 		-DWITH_XC_AUTOTYPE=ON \
-		-DWITH_XC_HTTP=ON
+		-DWITH_XC_HTTP=ON \
+                -DWITH_XC_YUBIKEY=ON
 	make
 }
 



More information about the arch-commits mailing list