[arch-commits] Commit in kexec-tools/trunk (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Wed Aug 11 15:56:58 UTC 2010


    Date: Wednesday, August 11, 2010 @ 11:56:57
  Author: tpowa
Revision: 87267

upgpkg: kexec-tools 2.0.2-1
bump to latest version

Modified:
  kexec-tools/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-08-11 15:53:07 UTC (rev 87266)
+++ PKGBUILD	2010-08-11 15:56:57 UTC (rev 87267)
@@ -3,22 +3,22 @@
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=kexec-tools
-pkgver=2.0.1
+pkgver=2.0.2
 pkgrel=1
 pkgdesc="Load another kernel from the currently executing Linux kernel"
 arch=(i686 x86_64)
 url="http://www.kernel.org/pub/linux/kernel/people/horms/kexec-tools/"
-source=(http://www.kernel.org/pub/linux/kernel/people/horms/kexec-tools/kexec-tools-2.0.1.tar.bz2
+source=(http://www.kernel.org/pub/linux/kernel/people/horms/kexec/kexec-tools-2.0.2.tar.bz2
         kexec kexec.conf.d)
-depends=('zlib' 'gawk')
+depends=('zlib' 'gawk' 'xz')
 backup=('etc/conf.d/kexec')
 license=('GPL2')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
   ./configure --prefix=/usr
-  make || return 1
-  make DESTDIR=$pkgdir install || return 1
+  make 
+  make DESTDIR=$pkgdir install 
   
   mv $pkgdir/usr/sbin $pkgdir/sbin
 
@@ -26,6 +26,6 @@
   install -D -m644 $srcdir/kexec.conf.d $pkgdir/etc/conf.d/kexec
   install -D -m755 $srcdir/kexec $pkgdir/etc/rc.d/kexec
 }
-md5sums=('67c1a396fdf67b984dad939a59a01571'
+md5sums=('35d05fed1c97008ac34c5bfb929295eb'
          '15599234f174ddc4d2611f32effec6ab'
          'b9ddfb9fbcc7e4e7e7294fe94fa60aeb')




More information about the arch-commits mailing list