summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKeshav Amburay2013-07-16 19:14:54 +0530
committerKeshav Amburay2013-07-16 19:14:54 +0530
commit193eece517156e4bc3b74c205e5b39e314836f92 (patch)
tree516088f7adac217a9a54d8282b63acff3e8564d3 /PKGBUILD
parent6febfa7707a8ec41cf4d2521a246353892aa126e (diff)
downloadaur-193eece517156e4bc3b74c205e5b39e314836f92.tar.gz
Bump pkgver and remove iasl from makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5c5af02f6346..2c083fb7b30a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,14 +15,14 @@ _COMPILER="GCC46"
_pkgname="uefi-shell"
pkgname="${_pkgname}-svn"
-pkgver=14467
+pkgver=14474
pkgrel=1
pkgdesc="UEFI Shell v2 - from Tianocore EDK2 - SVN Version"
url="http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=OVMF"
arch=('x86_64' 'i686')
license=('BSD')
-makedepends=('subversion' 'python2' 'iasl')
+makedepends=('subversion' 'python2')
options=('!strip' 'docs' '!makeflags')