summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKeshav Amburay2012-05-30 14:42:12 +0530
committerKeshav Amburay2012-05-30 14:42:12 +0530
commit30dc1c782a19ff61969725cebe57a796de337164 (patch)
tree947083b3c5c2c6c003d22e4ca8933aa37c3a7b8e /PKGBUILD
parent7360dd63b02e9faef7d61d144f20d5c5d9e73c6e (diff)
downloadaur-30dc1c782a19ff61969725cebe57a796de337164.tar.gz
B and update patch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ef63092562d8..7ebe2314b65c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname="efibootmgr"
pkgname="${_pkgname}-git"
-pkgver=20120408
+pkgver=20120530
pkgrel=1
pkgdesc="Tool to modify UEFI Firmware Boot Manager Variables. Needs the kernel module 'efivars'."
arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@ provides=("${_pkgname}")
options=(strip purge docs zipman !emptydirs !libtool)
source=('efibootmgr_default_to_rEFInd.patch')
-sha256sums=('0fb3053f74bb083f50e7fd9fd0820fc90682a3c9986aaf5dfadf1e3f59b01039')
+sha256sums=('8c7b950a8c093a3099fa649edc26d9b0ed969aa56340e16e81b4a451284ce94a')
_gitroot="http://linux.dell.com/git/${_pkgname}.git"
_gitname="${_pkgname}"