summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortherojam2019-04-21 22:48:19 +0200
committertherojam2019-04-21 22:48:19 +0200
commitca57caba432a03b7dc6ec66c9c951af75176d7d6 (patch)
treee41b041106c8899bcebbf250bd3500916c16b0d2
parentff9542b69c2a248d5b935a9cf520eff5307faa14 (diff)
downloadaur-ca57caba432a03b7dc6ec66c9c951af75176d7d6.tar.gz
optional depency for feature for nfc usage of yubikey \(neo \=& 5\)
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e339b916c4f..2d64a0217feb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yubikey-full-disk-encryption-git
pkgdesc = Use YubiKey to unlock a LUKS partition
- pkgver = r82.a2843e1
+ pkgver = r136.4d8ba6a
pkgrel = 1
url = https://github.com/agherzan/yubikey-full-disk-encryption
arch = any
@@ -10,6 +10,7 @@ pkgbase = yubikey-full-disk-encryption-git
depends = cryptsetup
depends = udisks2
depends = expect
+ optdepends = ykchalresp-nfc: NFC support
backup = etc/ykfde.conf
source = git+https://github.com/agherzan/yubikey-full-disk-encryption.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 1d986a38750f..e3a1ad216b99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
pkgname=yubikey-full-disk-encryption-git
_pkgname=yubikey-full-disk-encryption
-pkgver=r82.a2843e1
+pkgver=r136.4d8ba6a
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')
makedepends=('git')
backup=('etc/ykfde.conf')
source=('git+https://github.com/agherzan/yubikey-full-disk-encryption.git')