summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKeshav Amburay2012-12-15 18:35:38 +0530
committerKeshav Amburay2012-12-15 18:35:38 +0530
commit55e3d4b9e81a20a77d58174110c196786f95ab09 (patch)
treeeee62724ef99413c9a7edfd5e158c2ee01fa9b83 /PKGBUILD
parentc4737681c583cf9dda4f95d9d9b2a2884ab2691a (diff)
downloadaur-55e3d4b9e81a20a77d58174110c196786f95ab09.tar.gz
Remove useless patch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 2 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 27433bc9a545..3f9f25673c4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname="efibootmgr"
pkgname="${_pkgname}-git"
-pkgver=20120530
+pkgver=20121215
pkgrel=1
pkgdesc="Tool to modify UEFI Firmware Boot Manager Variables. Needs the kernel module 'efivars'."
arch=('i686' 'x86_64')
@@ -16,9 +16,6 @@ conflicts=("${_pkgname}")
provides=("${_pkgname}")
options=(strip purge docs zipman !emptydirs !libtool)
-source=('efibootmgr_default_to_rEFInd.patch')
-sha256sums=('78a5a93e581c329805684c13037d0f00486554e9d0e1837882399a12e11c8d3d')
-
_gitroot="http://linux.dell.com/git/${_pkgname}.git"
_gitname="${_pkgname}"
_gitbranch="master"
@@ -56,10 +53,7 @@ build() {
cd "${srcdir}/${_gitname}_build/"
- patch -Np1 -i "${srcdir}/efibootmgr_default_to_rEFInd.patch"
- echo
-
- CFLAGS="" make
+ make
echo
}