summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeshav Amburay2013-11-17 13:19:33 +0530
committerKeshav Amburay2013-11-17 13:19:33 +0530
commit4adabf92320f0bbfbc23616b861f7c67914c4b51 (patch)
tree02d68771e1dbed076188c216038f6319e381c58b
parentab2289b4fac80e2d22e052940f3c29ef42dad0ff (diff)
downloadaur-4adabf92320f0bbfbc23616b861f7c67914c4b51.tar.gz
Add openssl depends
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f90f7c903f64..e3a82fb12b61 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = efitools-git
pkgdesc = Tools to Create and Setup own UEFI Secure Boot Certificates, Keys and Signed Binaries - GIT Version
pkgver = 1.4.2
- pkgrel = 1
+ pkgrel = 2
url = http://blog.hansenpartnership.com/efitools-1-4-with-linux-key-manipulation-utilities-released/
install = efitools.install
arch = x86_64
@@ -11,10 +11,11 @@ pkgbase = efitools-git
makedepends = gnu-efi-libs
makedepends = help2man
makedepends = perl-file-slurp
- depends = dosfstools
+ depends = openssl
+ depends = sbsigntool
depends = efivar
depends = efibootmgr
- depends = sbsigntool
+ depends = dosfstools
optdepends = mactel-boot: For bless command in Apple Mac systems
provides = efitools=1.4.2
conflicts = efitools
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}")