Date: Friday, December 4, 2020 @ 17:52:42 Author: anatolik Revision: 769996
upgpkg: yubikey-full-disk-encryption r150.2c5fdf3-1 Modified: yubikey-full-disk-encryption/trunk/PKGBUILD ----------+ PKGBUILD | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-12-04 17:33:55 UTC (rev 769995) +++ PKGBUILD 2020-12-04 17:52:42 UTC (rev 769996) @@ -2,15 +2,17 @@ # Contributor: therojam <archli...@therojam.xyz> pkgname=yubikey-full-disk-encryption -_commit=2ce7aa7626c8537151f8336c6782d513c4521a5c -pkgver=r143.2ce7aa7 +_commit=2c5fdf3200ad62337078c4e5dd109040e836d73c +pkgver=r150.2c5fdf3 pkgrel=1 pkgdesc='Use YubiKey to unlock a LUKS partition' arch=(any) url='https://github.com/agherzan/yubikey-full-disk-encryption' license=(Apache) -depends=(yubikey-personalization cryptsetup udisks2 expect) -#optdepends=('ykchalresp-nfc: NFC support') +depends=(yubikey-personalization cryptsetup) +optdepends=('ykchalresp-nfc: NFC support' + 'udisks2: use ykfde-open without root' + 'expect: use ykfde-open without root') makedepends=(git) backup=(etc/ykfde.conf) source=(git+https://github.com/agherzan/yubikey-full-disk-encryption.git#commit=$_commit)