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

Dave Reisner dreisner at archlinux.org
Fri Jan 13 00:59:17 UTC 2012


    Date: Thursday, January 12, 2012 @ 19:59:17
  Author: dreisner
Revision: 146549

upgpkg: mkinitcpio 0.8.2-1

Dave Reisner (5):
      dsdt: remove hook. this has been defunct for years
      udev: update for udev 176
      base: add findmnt as a part of the base layout
      init: mount separate /usr
      autodetect: try to find /usr partition fstype

Gerardo Exequiel Pozzi (2):
      Keep modules.devname needed for on-demand module loading
      Update PS1 ramfs -> rootfs

Tom Gundersen (1):
      init: drop support for non-devtmpfs

Modified:
  mkinitcpio/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-01-12 23:16:37 UTC (rev 146548)
+++ PKGBUILD	2012-01-13 00:59:17 UTC (rev 146549)
@@ -3,23 +3,22 @@
 # Maintainer: Thomas Bächler <thomas at archlinux.org>
 
 pkgname=mkinitcpio
-pkgver=0.8.1
+pkgver=0.8.2
 pkgrel=1
 pkgdesc="Modular initramfs image creation utility"
 arch=('any')
 url="http://www.archlinux.org/"
 license=('GPL')
-depends=('mkinitcpio-busybox>=1.16.1-2' 'kmod>=3' 'util-linux>=2.19' 'libarchive' 'coreutils'
-         'bash' 'findutils' 'sed' 'grep' 'filesystem>=2011.10-1' 'udev>=174-1' 'file' 'gzip')
+depends=('mkinitcpio-busybox>=1.16.1-2' 'kmod>=3' 'util-linux>=2.20.1-2' 'libarchive' 'coreutils'
+         'bash' 'findutils' 'sed' 'grep' 'filesystem>=2011.10-1' 'udev>=177-1' 'file' 'gzip')
 optdepends=('xz: Use lzma or xz compression for the initramfs image'
             'bzip2: Use bzip2 compression for the initramfs image'
             'lzop: Use lzo 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')
 backup=(etc/mkinitcpio.conf)
 source=("ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('09b209bb4a759580b33001e5f3aca0228b285f0ffe1ef43192ce98f5ce995350')
+md5sums=('2e0ac0c657ca7a78aa0583b3368c0e44')
+sha256sums=('9a951f9e2a158b65840f476c1b9e1e45c7b06383a90f182f76eab64bd3a398cb')
 
 package() {
   make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
@@ -28,3 +27,4 @@
   install -dm755 "$pkgdir/sbin"
   ln -s /usr/bin/mkinitcpio "$pkgdir/sbin/mkinitcpio"
 }
+




More information about the arch-commits mailing list