Date: Tuesday, February 27, 2018 @ 14:48:10 Author: tpowa Revision: 317584
upgpkg: efivar 34-1 bump to latest version Modified: efivar/trunk/PKGBUILD Deleted: efivar/trunk/0001-fix-efivar.h-location.patch ----------------------------------+ 0001-fix-efivar.h-location.patch | 24 ------------------------ PKGBUILD | 9 +++------ 2 files changed, 3 insertions(+), 30 deletions(-) Deleted: 0001-fix-efivar.h-location.patch =================================================================== --- 0001-fix-efivar.h-location.patch 2018-02-27 12:45:26 UTC (rev 317583) +++ 0001-fix-efivar.h-location.patch 2018-02-27 14:48:10 UTC (rev 317584) @@ -1,24 +0,0 @@ -From bbd2b9849cf6fec338aa7b6745e1c1a666fca42c Mon Sep 17 00:00:00 2001 -From: rtlanceroad <[email protected]> -Date: Wed, 13 Sep 2017 18:10:33 +0800 -Subject: [PATCH] test: Fix efivar.h location - -When other bits of the source got fixed to use a different include path -for efivars, the test directory did not. ---- - src/test/tester.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/test/tester.c b/src/test/tester.c -index b663e71..935362a 100644 ---- a/src/test/tester.c -+++ b/src/test/tester.c -@@ -26,7 +26,7 @@ - #include <sys/stat.h> - #include <unistd.h> - --#include <efivar.h> -+#include <efivar/efivar.h> - - #define TEST_GUID EFI_GUID(0x84be9c3e,0x8a32,0x42c0,0x891c,0x4c,0xd3,0xb0,0x72,0xbe,0xcc) - Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-02-27 12:45:26 UTC (rev 317583) +++ PKGBUILD 2018-02-27 14:48:10 UTC (rev 317584) @@ -4,7 +4,7 @@ pkgname="efivar" pkgdesc="Tools and library to manipulate EFI variables" -pkgver=32 +pkgver=34 pkgrel=1 arch=('x86_64') url="https://github.com/rhinstaller/efivar" @@ -14,12 +14,10 @@ conflicts=('libefivar') provides=("libefivar=${pkgver}") options=('strip' 'zipman' 'docs') -source=("efivar::git+https://github.com/rhinstaller/efivar.git#tag=${pkgver}" - 0001-fix-efivar.h-location.patch) +source=("efivar::git+https://github.com/rhinstaller/efivar.git#tag=${pkgver}") #source=("efivar::git+https://github.com/rhinstaller/efivar.git#commit=8740389dded9202167007508670daefd33a7985f") -sha1sums=('SKIP' - 'f00fd947c40565f40f5c5d09408ac60f15b2d7fa') +sha1sums=('SKIP') pkgver() { cd "${srcdir}/efivar/" @@ -35,7 +33,6 @@ sed 's|-O0|-Os|g' -i "${srcdir}/efivar/Make.defaults" || true sed 's|-rpath,$(TOPDIR)/src|-rpath,$(libdir)|g' -i "${srcdir}/efivar/src/test/Makefile" || true - patch -Np1 -i "${srcdir}/0001-fix-efivar.h-location.patch" } build() {
