[arch-commits] Commit in refind-efi-x86_64/trunk (2 files)

Tobias Powalowski tpowa at archlinux.org
Sat Jun 23 18:26:05 UTC 2012


    Date: Saturday, June 23, 2012 @ 14:26:05
  Author: tpowa
Revision: 162216

upgpkg: refind-efi-x86_64 0.4.3-1

bump to latest version

Modified:
  refind-efi-x86_64/trunk/PKGBUILD
  refind-efi-x86_64/trunk/refind_include_more_shell_paths.patch

---------------------------------------+
 PKGBUILD                              |    6 +++---
 refind_include_more_shell_paths.patch |    6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-06-23 18:07:33 UTC (rev 162215)
+++ PKGBUILD	2012-06-23 18:26:05 UTC (rev 162216)
@@ -8,7 +8,7 @@
 _pkgname="${_actualname}-efi-x86_64"
 pkgname="${_pkgname}"
 
-pkgver="0.4.2"
+pkgver="0.4.3"
 pkgrel="1"
 pkgdesc="Rod Smith's fork of rEFIt UEFI Boot Manager"
 url="http://www.rodsbooks.com/refind/index.html"
@@ -67,6 +67,6 @@
 	install -d "${pkgdir}/usr/share/licenses/refind/"
 	install -D -m0644 "${srcdir}/refind-${pkgver}/LICENSE.txt" "${pkgdir}/usr/share/licenses/refind/LICENSE"	
 }
-md5sums=('8f267dbcf794687eb9a2d543c29532a0'
-         'e13001bd19a2845a853e4f021e5c9a35'
+md5sums=('481c10f477e3ce420d64991187aeb25b'
+         '8da259d08ea1dc0a3a4c572913e453f9'
          '9724316d215437b25d8cab3e19438d63')

Modified: refind_include_more_shell_paths.patch
===================================================================
--- refind_include_more_shell_paths.patch	2012-06-23 18:07:33 UTC (rev 162215)
+++ refind_include_more_shell_paths.patch	2012-06-23 18:26:05 UTC (rev 162216)
@@ -1,8 +1,8 @@
 diff --git a/refind/main.c b/refind/main.c
-index 298a6d2..3e92f2e 100644
+index 9558655..3f54b4f 100644
 --- a/refind/main.c
 +++ b/refind/main.c
-@@ -57,13 +57,13 @@
+@@ -58,13 +58,13 @@
  
  #define MACOSX_LOADER_PATH      L"System\\Library\\CoreServices\\boot.efi"
  #if defined (EFIX64)
@@ -16,6 +16,6 @@
  #else
 -#define SHELL_NAMES             L"\\EFI\\tools\\shell.efi"
 +#define SHELL_NAMES             L"\\EFI\\tools\\shell.efi,\\shell.efi"
+ #define DRIVER_DIRS             L"drivers"
  #endif
  
- // Filename patterns that identify EFI boot loaders. Note that a single case (either L"*.efi" or




More information about the arch-commits mailing list