summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoralive4ever2019-01-17 07:45:43 +0000
committeralive4ever2019-01-17 07:47:50 +0000
commit1cf325b00183cc9cf33dcfbe0946fa985474d0fb (patch)
tree3709546f62b0d044fe3d9450b04baddcd17ee2a1 /PKGBUILD
parent105bead5a1713c3d18aa72bf5ac8646f16bd2a3f (diff)
downloadaur-1cf325b00183cc9cf33dcfbe0946fa985474d0fb.tar.gz
remove upstreamed patch
wimboot upstream has accepted the patch to fix building wimboot with binutils >= 2.31 With the patch accepted upstream, drop the patch from source directory to keep package purity from downstream changes.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 3 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 17b33f0fb6f3..4eeba5fb1b55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alif <alive4ever at live.com>
pkgname=wimboot-git
-pkgver=v2.6.0.r2.55cfe8a
+pkgver=v2.6.0.r3.91be50c
pkgrel=1
pkgdesc="iPXE kernel to boot wim images from network for both UEFI and BIOS system"
arch=(any)
@@ -10,10 +10,8 @@ makedepends=('git' 'pesign' 'gcab')
optdepends=("ipxe-git: iPXE network boot program"
"ipxe-netboot: Alternative iPXE network boot program, with Archlinux network install support")
install=$pkgname.install
-source=('wimboot::git+https://git.ipxe.org/wimboot.git'
- '01-efireloc.diff')
-sha256sums=('SKIP'
- '6f8184d75ff2c30a19f9192a8d6f159a390a677e6fd110fd4aea79ac14e9f31d')
+source=('wimboot::git+https://git.ipxe.org/wimboot.git')
+sha256sums=('SKIP')
pkgver() {
cd "$srcdir/${pkgname%-git}"
@@ -21,8 +19,6 @@ pkgver() {
}
build() {
- cd "$srcdir/${pkgname%-git}"
- patch -p1 < "$srcdir/01-efireloc.diff"
cd "$srcdir/${pkgname%-git}/src"
make
}