[arch-commits] CVS update of arch/build/system/kexec-tools (PKGBUILD)

daniel at archlinux.org daniel at archlinux.org
Sun May 13 15:07:35 UTC 2007


    Date: Sunday, May 13, 2007 @ 11:07:35
  Author: daniel
    Path: /home/cvs-arch/arch/build/system/kexec-tools

Modified: PKGBUILD (1.6 -> 1.7)

add x86_64 arch flag


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


Index: arch/build/system/kexec-tools/PKGBUILD
diff -u arch/build/system/kexec-tools/PKGBUILD:1.6 arch/build/system/kexec-tools/PKGBUILD:1.7
--- arch/build/system/kexec-tools/PKGBUILD:1.6	Sun May 13 07:56:43 2007
+++ arch/build/system/kexec-tools/PKGBUILD	Sun May 13 11:07:34 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.6 2007/05/13 11:56:43 thomas Exp $
+# $Id: PKGBUILD,v 1.7 2007/05/13 15:07:34 daniel Exp $
 # Contributor: Camille Moncelier <pix at devlife.org>, simo <simo at archlinux.org>
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 
@@ -6,13 +6,12 @@
 pkgver=1.101
 pkgrel=7
 pkgdesc="Load another kernel from the currently executing Linux kernel"
-arch=(686 x86_64)
 url="http://www.xmission.com/~ebiederm/files/kexec/"
 source=(http://www.xmission.com/~ebiederm/files/kexec/$pkgname-$pkgver.tar.gz \
         kexec.conf.d kexec kexec-vesafb.diff)
 depends=('zlib' 'awk')
 backup=('etc/conf.d/kexec')
-arch=('i686')
+arch=('i686' 'x86_64')
 md5sums=('b4f7ffcc294d41a6a4c40d6e44b7734d' 'b9ddfb9fbcc7e4e7e7294fe94fa60aeb'\
          '15599234f174ddc4d2611f32effec6ab' '3c61494a396110768a60ba341bab2058')
 




More information about the arch-commits mailing list