aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCorey Hinshaw2021-11-08 21:10:40 -0500
committerCorey Hinshaw2021-11-08 21:10:40 -0500
commit64c726e502e48e63de4834fad0bdf12c026f7899 (patch)
tree2edf4b9a0b8b092c8b8dc621d54f848de63866c4 /PKGBUILD
parent9f2f296a5943553d3b7e68fe7c6b85a811ee0a8d (diff)
downloadaur-sbkeys.tar.gz
Add sbsigntools as optional dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8bfcc76db3fb..2cbc298eb89f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,13 @@
pkgname=sbkeys
pkgver=1.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Simple script to generate Secure Boot keys"
arch=('any')
url="https://github.com/electrickite/sbkeys"
license=('GPL3')
depends=('efitools' 'coreutils' 'bash' 'util-linux' 'openssl' 'wget')
+optdepends=('sbsigntools: For Microsoft signature database entries')
source=('sbkeys')
sha256sums=('19e24a796889ba7af0eedbb163fb343491e8d935e4a1ae717465ecbaa98a6e0e')