summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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