git » keepassxc.git » commit 1878402

Enable YubiKey support (FS#54645)

author Balló György
2017-06-30 23:12:16 UTC
committer Balló György
2017-06-30 23:12:16 UTC
parent 13770fc8b0083b5c8e21ad772f67415e225e8ac5

Enable YubiKey support (FS#54645)

PKGBUILD +4 -3

diff --git a/PKGBUILD b/PKGBUILD
index c9b3b81..dd01a88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,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=(
@@ -27,7 +27,8 @@ build() {
 		-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
 }