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

Tobias Powalowski tpowa at nymeria.archlinux.org
Mon Apr 8 13:03:55 UTC 2013


    Date: Monday, April 8, 2013 @ 15:03:55
  Author: tpowa
Revision: 182154

upgpkg: kexec-tools 2.0.4-1

bump to latest version

Modified:
  kexec-tools/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-08 11:53:45 UTC (rev 182153)
+++ PKGBUILD	2013-04-08 13:03:55 UTC (rev 182154)
@@ -3,15 +3,15 @@
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=kexec-tools
-pkgver=2.0.3
-pkgrel=2
+pkgver=2.0.4
+pkgrel=1
 pkgdesc="Load another kernel from the currently executing Linux kernel"
 arch=('i686' 'x86_64')
 url="http://kernel.org/pub/linux/utils/kernel/kexec/"
 source=("ftp://ftp.archlinux.org/other/kexec-tools/kexec-tools-${pkgver}.tar.bz2"
+        # upstream tarballs broken with bsdtar!
         #"http://kernel.org/pub/linux/utils/kernel/kexec/kexec-tools-${pkgver}.tar.bz2"
-        'kexec' 
-        'kexec.conf.d')
+        )
 depends=('gawk' 'zlib' 'xz')
 backup=('etc/conf.d/kexec')
 license=('GPL2')
@@ -29,9 +29,5 @@
   mv $pkgdir/usr/sbin $pkgdir/sbin
 
   install -D -m644 kexec/kexec.8 $pkgdir/usr/share/man/man8/kexec.8
-  install -D -m644 $srcdir/kexec.conf.d $pkgdir/etc/conf.d/kexec
-  install -D -m755 $srcdir/kexec $pkgdir/etc/rc.d/kexec
 }
-md5sums=('3d9ff82e8e16165b9e79ded271c08348'
-         'be059a103e5989519d22fca99f860a64'
-         '9ca7e31d2c5c66c436a9a2baf20ad9b2')
+md5sums=('4713026758923f5f3968905291b991ee')




More information about the arch-commits mailing list