summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarnell Andries2021-03-02 22:27:59 -0800
committerDarnell Andries2021-03-02 22:27:59 -0800
commit3f6d9810db480c6cbdaa7d6c642fe4d5f77fdcfa (patch)
tree4e860df7b934c952f759409143c8fab2be0f0c81
parent5edccbb38c1e6a828bebc40c9b601620f3c49237 (diff)
downloadaur-3f6d9810db480c6cbdaa7d6c642fe4d5f77fdcfa.tar.gz
Add efibootmgr dependency
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0173dfc786a7..eb6cb89ddf78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('x86_64')
url="https://github.com/DJAndries/sbsimple"
license=('MIT')
groups=()
-depends=('openssl' 'coreutils' 'util-linux' 'efitools' 'sbsigntools' 'zenity')
+depends=('openssl' 'coreutils' 'util-linux' 'efitools' 'sbsigntools' 'zenity' 'efibootmgr')
makedepends=('git')
checkdepends=()
optdepends=('grub')