Package Details: sbctl-git r201.ga43373c-1

Git Clone URL: https://aur.archlinux.org/sbctl-git.git (read-only, click to copy)
Package Base: sbctl-git
Description: Secure Boot key manager
Upstream URL: https://github.com/Foxboron/sbctl
Licenses: MIT
Submitter: Foxboron
Maintainer: Foxboron
Last Packager: Foxboron
Votes: 8
Popularity: 0.038187
First Submitted: 2020-05-17 11:49 (UTC)
Last Updated: 2021-06-13 22:30 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

chrishoage commented on 2021-11-10 20:57 (UTC)

Can you add:

I also ran into trouble when trying to switch from sbctl-git to sbctl (or vice versa)

whynothugo commented on 2021-10-21 11:22 (UTC)

Can you add:

@@ -11,12 +11,19 @@ makedepends=("go" "git" "asciidoc")
 source=("git+https://github.com/Foxboron/sbctl.git?signed")
 validpgpkeys=("C100346676634E80C940FB9E9C02FF419FECBE16")
 sha256sums=('SKIP')
+provides=("sbctl")
+conflicts=("sbctl")

physkets commented on 2020-12-13 06:23 (UTC) (edited on 2020-12-13 06:24 (UTC) by physkets)

I think you might have to add "5DE3E0509C47EA3CF04A42D34AEE18F83AFDEB23", which is the GitHub signing key, to the validpgpkeys because the latest commit seems to have been signed by that.

Foxboron commented on 2020-08-01 18:23 (UTC)

sbctl doesn't care as long as you point it towards something to sign. The tool isn't tied to neither mkinitcpio nor dracut.

amoka commented on 2020-08-01 18:10 (UTC)

Nice project!

Does this support/work with dracut?

I recently switched to dracut with (--uefi) and would like to enable secure boot!

makikatze commented on 2020-06-21 11:48 (UTC)

Version info in PKGBUILD and .SRCINFO do not match (you forgot to update the latter one after you updated the PKGBUILD file).