[arch-commits] Commit in kexec-tools/trunk (PKGBUILD)
Tobias Powalowski
tpowa at archlinux.org
Sat Dec 5 09:31:22 UTC 2009
Date: Saturday, December 5, 2009 @ 04:31:22
Author: tpowa
Revision: 60473
upgpkg: kexec-tools 2.0.1-1
bump to latest version
Modified:
kexec-tools/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-12-05 09:25:21 UTC (rev 60472)
+++ PKGBUILD 2009-12-05 09:31:22 UTC (rev 60473)
@@ -3,14 +3,14 @@
# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
pkgname=kexec-tools
-pkgver=2.0.0
+pkgver=2.0.1
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.0.tar.bz2
+source=(http://www.kernel.org/pub/linux/kernel/people/horms/kexec-tools/kexec-tools-2.0.1.tar.bz2
kexec kexec.conf.d)
-depends=('zlib' 'awk')
+depends=('zlib' 'gawk')
backup=('etc/conf.d/kexec')
license=('GPL2')
@@ -26,5 +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=('d9f2ecd3c3307905f24130a25816e6cc'
+md5sums=('67c1a396fdf67b984dad939a59a01571'
+ '15599234f174ddc4d2611f32effec6ab'
'b9ddfb9fbcc7e4e7e7294fe94fa60aeb')
More information about the arch-commits
mailing list