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

Tobias Powalowski tpowa at archlinux.org
Mon Sep 17 13:42:31 UTC 2012


    Date: Monday, September 17, 2012 @ 09:42:30
  Author: tpowa
Revision: 166742

upgpkg: refind-efi-x86_64 0.4.5-3

add correct conflict to i386

Modified:
  refind-efi-x86_64/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-09-17 13:33:35 UTC (rev 166741)
+++ PKGBUILD	2012-09-17 13:42:30 UTC (rev 166742)
@@ -9,7 +9,7 @@
 pkgname="${_pkgname}"
 
 pkgver="0.4.5"
-pkgrel="2"
+pkgrel="3"
 pkgdesc="Rod Smith's fork of rEFIt UEFI Boot Manager for x86_64 UEFI"
 url="http://www.rodsbooks.com/refind/index.html"
 arch=('any')
@@ -25,7 +25,7 @@
         'refind_linux.conf')
 options=('!strip' 'docs')
 install="${_pkgname}.install"
-conflicts=('refind-efi-x86_64')
+conflicts=('refind-efi-i386')
 
 build() {	
 	if [[ "${CARCH}" != "x86_64" ]]; then




More information about the arch-commits mailing list