summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMirco Tischler2015-08-24 10:53:12 +0200
committerMirco Tischler2015-08-24 10:53:12 +0200
commit48ca59832e289284f3ce520db596fe54b9f5fafd (patch)
tree1d8c6c4b092cf53ace5ed0aa1a20af59c2b617cf
parente231a127e73ff9c87b447b8d7da17e2ee357329e (diff)
downloadaur-48ca59832e289284f3ce520db596fe54b9f5fafd.tar.gz
fwupate: version 0.4-2: add gnu-efi-libs as dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 369452988764..a973fba9e589 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = fwupdate
pkgdesc = Tools for using the ESRT and UpdateCapsule() to apply firmware updates
pkgver = 0.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/rhinstaller/fwupdate
arch = i686
arch = x86_64
license = GPL2
makedepends = pesign
depends = efivar
+ depends = gnu-efi-libs
source = fwupdate-0.4.tar.gz::https://github.com/rhinstaller/fwupdate/archive/0.4.tar.gz
sha256sums = 83ec7b2bf8d3bc37c6a60044d964503233c359150bcdb6f30e9f01ef1edd97dd
diff --git a/PKGBUILD b/PKGBUILD
index 91055f8c28b4..23be7ee04328 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=fwupdate
pkgver=0.4
-pkgrel=1
+pkgrel=2
pkgdesc='Tools for using the ESRT and UpdateCapsule() to apply firmware updates'
arch=('i686' 'x86_64')
url='https://github.com/rhinstaller/fwupdate'
license=('GPL2')
-depends=('efivar')
+depends=('efivar' 'gnu-efi-libs')
makedepends=('pesign')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
sha256sums=('83ec7b2bf8d3bc37c6a60044d964503233c359150bcdb6f30e9f01ef1edd97dd')