[arch-commits] Commit in mkinitcpio/trunk (PKGBUILD)
Thomas Bächler
thomas at archlinux.org
Sun Mar 27 13:29:47 UTC 2011
Date: Sunday, March 27, 2011 @ 09:29:46
Author: thomas
Revision: 117005
mkinitcpio: update to 0.6.9
Modified:
mkinitcpio/trunk/PKGBUILD
----------+
PKGBUILD | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-03-27 13:27:39 UTC (rev 117004)
+++ PKGBUILD 2011-03-27 13:29:46 UTC (rev 117005)
@@ -1,11 +1,9 @@
# $Id$
# Maintainer: Thomas Baechler <thomas at archlinux.org>
-# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
-# Maintainer: Aaron Griffin <aaron at archlinux.org>
pkgname=mkinitcpio
-pkgver=0.6.8
-pkgrel=2
+pkgver=0.6.9
+pkgrel=1
pkgdesc="Modular initramfs image creation utility"
arch=(any)
url="http://www.archlinux.org/"
@@ -13,14 +11,14 @@
depends=('mkinitcpio-busybox>=1.16.1-2' 'module-init-tools' 'util-linux>=2.19' 'gen-init-cpio' 'coreutils'
'bash' 'findutils' 'sed' 'grep' 'filesystem>=2009.01-2' 'udev>=150' 'file' 'gzip'
'which')
-optdepends=('xz: Use lzma compression for the initramfs image'
+optdepends=('xz: Use lzma or xz compression for the initramfs image'
'bzip2: Use bzip2 compression for the initramfs image'
'mkinitcpio-nfs-utils: Support for root filesystem on NFS')
replaces=('mkinitrd' 'mkinitramfs' 'klibc' 'klibc-extras' 'klibc-kbd'
'klibc-module-init-tools' 'klibc-udev')
source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz)
backup=(etc/mkinitcpio.conf)
-sha256sums=('b2bb47594d6d7a75086dce9205040eebc2459a0371b4d269f10452907a0865c3')
+sha256sums=('36865b84a458386bb26077c8602f98338802a9d4c228003f32dab26e4cc22cfd')
package() {
cd $srcdir/${pkgname}-${pkgver}
More information about the arch-commits
mailing list