summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4789d896a5d9..f81fb75ba592 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,14 +8,14 @@ _pkgname="efitools"
pkgname="${_pkgname}-git"
pkgver=1.4.2
-pkgrel=1
+pkgrel=2
pkgdesc="Tools to Create and Setup own UEFI Secure Boot Certificates, Keys and Signed Binaries - GIT Version"
url="http://blog.hansenpartnership.com/efitools-1-4-with-linux-key-manipulation-utilities-released/"
arch=('x86_64')
license=('GPL2' 'LGPL2.1')
makedepends=('git' 'gnu-efi-libs' 'help2man' 'perl-file-slurp')
-depends=('dosfstools' 'efivar' 'efibootmgr' 'sbsigntool')
+depends=('openssl' 'sbsigntool' 'efivar' 'efibootmgr' 'dosfstools')
optdepends=('mactel-boot: For bless command in Apple Mac systems')
conflicts=("${_pkgname}")