[arch-commits] Commit in kexec-tools/trunk (PKGBUILD)
Tobias Powalowski
tpowa at archlinux.org
Tue Jan 13 16:55:15 UTC 2015
Date: Tuesday, January 13, 2015 @ 17:55:15
Author: tpowa
Revision: 228976
upgpkg: kexec-tools 2.0.8-1
bump to latest version
Modified:
kexec-tools/trunk/PKGBUILD
----------+
PKGBUILD | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-01-13 15:48:05 UTC (rev 228975)
+++ PKGBUILD 2015-01-13 16:55:15 UTC (rev 228976)
@@ -8,12 +8,12 @@
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.sign"
+ #"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
+# validpgpkeys=('E27CD9A1F5ACC2FF4BFE7285D7CF64696A374FBE')# Simon Horman
depends=('gawk' 'zlib' 'xz')
license=('GPL2')
@@ -28,5 +28,4 @@
make DESTDIR=$pkgdir install
install -D -m644 kexec/kexec.8 $pkgdir/usr/share/man/man8/kexec.8
}
-md5sums=('2c4dec4e857e84ca530478bac0ec114b'
- 'SKIP')
+md5sums=('f6277721247b87b05ecc9a98d3eace1a')
More information about the arch-commits
mailing list