summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeshav Amburay2013-09-20 09:02:58 +0530
committerKeshav Amburay2013-09-20 09:02:58 +0530
commitd5b0549a07a63bbdc1fb49033cd1ae91653193dc (patch)
tree6b8100aed19266791e69c95ffa138e897e38ea0d
parent3f286ec8694f7527d459a29a977b6106b4d2cf22 (diff)
downloadaur-d5b0549a07a63bbdc1fb49033cd1ae91653193dc.tar.gz
Fix build
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c6459beac95..2dcd2647c2c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = efitools-git
pkgdesc = Tools to Create and Setup own UEFI Secure Boot Certificates, Keys and Signed Binaries - GIT Version
- pkgver = 1.4.1.6.gf5d338c
+ pkgver = 1.4.1.7.g272314e
pkgrel = 1
url = http://blog.hansenpartnership.com/efitools-1-4-with-linux-key-manipulation-utilities-released/
install = efitools.install
@@ -10,12 +10,13 @@ pkgbase = efitools-git
makedepends = git
makedepends = gnu-efi-libs
makedepends = help2man
+ makedepends = perl-file-slurp
depends = dosfstools
depends = efivar
depends = efibootmgr
depends = sbsigntool
optdepends = mactel-boot: For bless command in Apple Mac systems
- provides = efitools=1.4.1.6.gf5d338c
+ provides = efitools=1.4.1.7.g272314e
conflicts = efitools
options = !strip
options = !makeflags
diff --git a/PKGBUILD b/PKGBUILD
index eec32b5c6818..fe6a59aaa826 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,14 +7,14 @@ _gitbranch="master"
_pkgname="efitools"
pkgname="${_pkgname}-git"
-pkgver=1.4.1.6.gf5d338c
+pkgver=1.4.1.7.g272314e
pkgrel=1
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')
+makedepends=('git' 'gnu-efi-libs' 'help2man' 'perl-file-slurp')
depends=('dosfstools' 'efivar' 'efibootmgr' 'sbsigntool')
optdepends=('mactel-boot: For bless command in Apple Mac systems')