summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeshav Amburay2012-06-23 17:33:39 +0530
committerKeshav Amburay2012-06-23 17:33:39 +0530
commit09b7e465aa0a2e9ee48b71cc05d9d03bc40f4ea2 (patch)
tree7389008af161d73ac64971c562ae95c7249d89e8
parentb994f4b7012c559c3e839cfde86f7c4593b9954b (diff)
downloadaur-09b7e465aa0a2e9ee48b71cc05d9d03bc40f4ea2.tar.gz
M
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d91deb3704b..160a6187238a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,6 @@ pkgbase = refind-efi-x86_64-git
license = GPL3
license = custom
makedepends = git
- makedepends = gnu-efi>=3.0q
makedepends = python2
depends = dosfstools
depends = efibootmgr
diff --git a/PKGBUILD b/PKGBUILD
index e6f0d30c8d78..896051a1c448 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ url="http://www.rodsbooks.com/refind/index.html"
arch=('any')
license=('GPL3' 'custom')
-makedepends=('git' 'gnu-efi>=3.0q')
+makedepends=('git')
if [[ "${_USE_TIANOCORE_UDK_LIBS}" == "1" ]]; then
makedepends+=('python2')