summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnatol Pomozov2021-10-21 10:55:42 -0700
committerAnatol Pomozov2021-10-21 10:55:42 -0700
commit5a1596e157d1c31d1750bad29b07736041cb5cd4 (patch)
treea9e63ced4bb4cabd742898224d9bd3609bdbc6c4
parent18a5c512fcbf2ffe3170e30514e1494ba3b97309 (diff)
downloadaur-5a1596e157d1c31d1750bad29b07736041cb5cd4.tar.gz
Bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd73289845bc..8b70a9cf7901 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = booster-git
pkgdesc = Fast and secure initramfs generator
- pkgver = 0.4.r1.gef03e48
+ pkgver = 0.7.r18.g3b8f6e9
pkgrel = 1
url = https://github.com/anatol/booster
arch = x86_64
@@ -10,6 +10,8 @@ pkgbase = booster-git
makedepends = ruby-ronn-ng
depends = bash
optdepends = busybox: to enable emergency shell at the boot time
+ optdepends = yubikey-personalization: for clevis Yubikey challenge-response support
+ optdepends = libfido2: for systemd-enroll with FIDO2
provides = booster
provides = initramfs
conflicts = booster
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)