summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnatol Pomozov2021-10-21 10:55:42 -0700
committerAnatol Pomozov2021-10-21 10:55:42 -0700
commit5a1596e157d1c31d1750bad29b07736041cb5cd4 (patch)
treea9e63ced4bb4cabd742898224d9bd3609bdbc6c4 /PKGBUILD
parent18a5c512fcbf2ffe3170e30514e1494ba3b97309 (diff)
downloadaur-5a1596e157d1c31d1750bad29b07736041cb5cd4.tar.gz
Bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 297528b01bbc..81b90deaaf6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Anatol Pomozov
pkgname=booster-git
-pkgver=0.4.r1.gef03e48
+pkgver=0.7.r18.g3b8f6e9
pkgrel=1
pkgdesc='Fast and secure initramfs generator'
arch=(x86_64)
@@ -10,7 +10,11 @@ license=(MIT)
depends=(bash)
makedepends=(git go ruby-ronn-ng)
#checkdepends=(qemu-headless linux tang)
-optdepends=('busybox: to enable emergency shell at the boot time')
+optdepends=(
+ 'busybox: to enable emergency shell at the boot time'
+ 'yubikey-personalization: for clevis Yubikey challenge-response support'
+ 'libfido2: for systemd-enroll with FIDO2'
+)
backup=(etc/booster.yaml)
provides=(booster initramfs)
conflicts=(booster)