[arch-commits] Commit in booster/trunk (PKGBUILD)

Anatol Pomozov anatolik at gemini.archlinux.org
Thu Oct 7 16:59:54 UTC 2021


    Date: Thursday, October 7, 2021 @ 16:59:54
  Author: anatolik
Revision: 425441

upgpkg: booster 0.7-1

Modified:
  booster/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-07 16:41:37 UTC (rev 425440)
+++ PKGBUILD	2021-10-07 16:59:54 UTC (rev 425441)
@@ -1,7 +1,7 @@
 # Maintainer: Anatol Pomozov
 
 pkgname=booster
-pkgver=0.6
+pkgver=0.7
 pkgrel=1
 pkgdesc='Fast and secure initramfs generator'
 arch=(x86_64)
@@ -10,11 +10,15 @@
 depends=(bash)
 makedepends=(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=(initramfs)
 source=(booster-$pkgver.zip::https://github.com/anatol/booster/archive/$pkgver.zip)
-sha512sums=('e17721c76b97355d738a888e4c1245e1b815710b3f41b7240f2254c0f337354757572b6ba8f97c13ecb278ad184a0014c6e526bfb7ed7a3bdd74aea64fef2ed7')
+sha512sums=('1ba3a25af4b11213809db015ca7279d6283851f0391e01c113522fb974f907f4ccf8d0eb7fbe5a508a16213acaac0a31c03f8fedbab6c432db77b53ecbcc98d5')
 
 build() {
   cd booster-$pkgver



More information about the arch-commits mailing list