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

Tobias Powalowski tpowa at archlinux.org
Mon Sep 17 13:33:14 UTC 2012


    Date: Monday, September 17, 2012 @ 09:33:14
  Author: tpowa
Revision: 166740

upgpkg: refind-efi-i386 0.4.5-2

fix pkgdesc and add conflict to x86_64

Modified:
  refind-efi-i386/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-09-17 13:31:40 UTC (rev 166739)
+++ PKGBUILD	2012-09-17 13:33:14 UTC (rev 166740)
@@ -9,8 +9,8 @@
 pkgname="${_pkgname}"
 
 pkgver="0.4.5"
-pkgrel="1"
-pkgdesc="Rod Smith's fork of rEFIt UEFI Boot Manager"
+pkgrel="2"
+pkgdesc="Rod Smith's fork of rEFIt UEFI Boot Manager for i386 UEFI"
 url="http://www.rodsbooks.com/refind/index.html"
 arch=('any')
 license=('GPL3' 'custom')
@@ -24,6 +24,7 @@
         'refind_linux.conf')
 options=('!strip' 'docs')
 install="${_pkgname}.install"
+conflicts=('refind-efi-x86_64')
 
 build() {	
 	if [[ "${CARCH}" != "i686" ]]; then




More information about the arch-commits mailing list