[arch-commits] Commit in sbctl/trunk (PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Mon Jun 14 13:33:13 UTC 2021
Date: Monday, June 14, 2021 @ 13:33:12
Author: foxboron
Revision: 963438
upgpkg: sbctl 0.6-1
Modified:
sbctl/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-06-14 13:28:07 UTC (rev 963437)
+++ PKGBUILD 2021-06-14 13:33:12 UTC (rev 963438)
@@ -1,17 +1,17 @@
# Maintainer: Morten Linderud <foxboron at archlinux.org>
pkgname=sbctl
-pkgver=0.5
+pkgver=0.6
pkgrel=1
pkgdesc="Secure Boot key manager"
arch=("x86_64")
url="https://github.com/Foxboron/sbctl"
license=("MIT")
-depends=("sbsigntools" "binutils")
+depends=("binutils" "util-linux")
makedepends=("go" "git" "asciidoc")
source=("https://github.com/Foxboron/sbctl/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
validpgpkeys=("C100346676634E80C940FB9E9C02FF419FECBE16")
-sha256sums=('ea1c74badbcb1be2e9c4b6f1c66089acee10202821ce32be442d951215de861e'
+sha256sums=('37c68dc07fdf2068c95161deb00848fa8a3c666598e234978bed048dcfdef6b6'
'SKIP')
build(){
More information about the arch-commits
mailing list