summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeshav Amburay2014-04-03 12:16:44 -0400
committerKeshav Amburay2014-04-03 12:16:44 -0400
commit5f33c4426fea90d4d464eb8168578b248ea5ec70 (patch)
treeabfdc0839c42e31ef1524de8b20ecc47e20b20a5
parent8a835c0be48d0f04d9cea612d6562d22172181fe (diff)
downloadaur-5f33c4426fea90d4d464eb8168578b248ea5ec70.tar.gz
Revert offending Makefile commit
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d68aab709f6c..7ce4c405c4c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnu-efi-libs-git
pkgdesc = Library for building UEFI Applications using GNU toolchain - Sourceforge GIT Version
- pkgver = 0.33.9ae56e0
+ pkgver = 0.35.3c62e78
pkgrel = 1
url = http://sourceforge.net/projects/gnu-efi/
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index db19031e0244..bb6c66636017 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ _gitbranch="master"
_src_rootdir="${_gitname}-3.0"
pkgname="gnu-efi-libs-git"
-pkgver=0.33.9ae56e0
+pkgver=0.35.3c62e78
pkgrel=1
pkgdesc="Library for building UEFI Applications using GNU toolchain - Sourceforge GIT Version"
url="http://sourceforge.net/projects/gnu-efi/"
@@ -41,6 +41,9 @@ build() {
git clean -x -d -f
echo
+ git revert --no-commit 06744d69273de4945cf0ffcaa4a6abf7cec707b6
+ echo
+
## Unset all compiler FLAGS
unset CFLAGS
unset CPPFLAGS