[arch-commits] Commit in refind-efi-x86_64/trunk (PKGBUILD)
Tobias Powalowski
tpowa at archlinux.org
Mon Sep 17 13:31:19 UTC 2012
Date: Monday, September 17, 2012 @ 09:31:18
Author: tpowa
Revision: 166738
upgpkg: refind-efi-x86_64 0.4.5-2
fix pkgdesc and add conflict to i386
Modified:
refind-efi-x86_64/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2012-09-17 12:50:53 UTC (rev 166737)
+++ PKGBUILD 2012-09-17 13:31:18 UTC (rev 166738)
@@ -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 x86_64 UEFI"
url="http://www.rodsbooks.com/refind/index.html"
arch=('any')
license=('GPL3' 'custom')
@@ -25,6 +25,7 @@
'refind_linux.conf')
options=('!strip' 'docs')
install="${_pkgname}.install"
+conflicts=('refind-efi-x86_64')
build() {
if [[ "${CARCH}" != "x86_64" ]]; then
More information about the arch-commits
mailing list