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

Tobias Powalowski tpowa at archlinux.org
Tue Jan 13 14:42:18 UTC 2015


    Date: Tuesday, January 13, 2015 @ 15:42:18
  Author: tpowa
Revision: 228971

bump to latest version

Modified:
  kexec-tools/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-13 14:21:48 UTC (rev 228970)
+++ PKGBUILD	2015-01-13 14:42:18 UTC (rev 228971)
@@ -3,15 +3,17 @@
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=kexec-tools
-pkgver=2.0.7
+pkgver=2.0.8
 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"
+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.xz"
+        "http://kernel.org/pub/linux/utils/kernel/kexec/kexec-tools-${pkgver}.tar.xz"
+"http://kernel.org/pub/linux/utils/kernel/kexec/kexec-tools-${pkgver}.tar.sign"
         )
+validpgpkeys=('E27CD9A1F5ACC2FF4BFE7285D7CF64696A374FBE')# Simon Horman
 depends=('gawk' 'zlib' 'xz')
 license=('GPL2')
 
@@ -26,4 +28,5 @@
   make DESTDIR=$pkgdir install
   install -D -m644 kexec/kexec.8 $pkgdir/usr/share/man/man8/kexec.8
 }
-md5sums=('20903a8ede204e7a62e8f38ac01d292d')
+md5sums=('2c4dec4e857e84ca530478bac0ec114b'
+         'SKIP')



More information about the arch-commits mailing list