[arch-commits] Commit in kexec-tools/trunk (PKGBUILD)
Tobias Powalowski
tpowa at archlinux.org
Fri Sep 4 20:00:41 UTC 2015
Date: Friday, September 4, 2015 @ 22:00:41
Author: tpowa
Revision: 245315
upgpkg: kexec-tools 2.0.10-1
bump to latest version
Modified:
kexec-tools/trunk/PKGBUILD
----------+
PKGBUILD | 18 ++++++++----------
1 file changed, 8 insertions(+), 10 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-09-04 19:51:59 UTC (rev 245314)
+++ PKGBUILD 2015-09-04 20:00:41 UTC (rev 245315)
@@ -3,29 +3,27 @@
# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
pkgname=kexec-tools
-pkgver=2.0.8
+pkgver=2.0.10
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=("https://sources.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"
- )
-# validpgpkeys=('E27CD9A1F5ACC2FF4BFE7285D7CF64696A374FBE')# Simon Horman
+source=("git://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git#tag=v${pkgver}")
+makedepends=('git')
depends=('gawk' 'zlib' 'xz')
license=('GPL2')
build() {
- cd $srcdir/$pkgname-$pkgver
+ cd $srcdir/$pkgname
+ ./bootstrap
./configure --prefix=/usr --sbindir=/usr/bin --without-lzma
make
}
package() {
- cd $srcdir/$pkgname-$pkgver
+ cd $srcdir/$pkgname
make DESTDIR=$pkgdir install
install -D -m644 kexec/kexec.8 $pkgdir/usr/share/man/man8/kexec.8
}
-md5sums=('f6277721247b87b05ecc9a98d3eace1a')
+
+md5sums=('SKIP')
More information about the arch-commits
mailing list