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

Dave Reisner dreisner at archlinux.org
Sun Mar 4 23:31:18 UTC 2012


    Date: Sunday, March 4, 2012 @ 18:31:18
  Author: dreisner
Revision: 152123

upgpkg: mkinitcpio 0.8.4-1

Dave Reisner (8):
      install/autodetect: avoid adding empty rootfstype
      install/fsck: use fsck.ext4 for ext[234]
      init_functions: lazily resolve UUID/LABEL tags
      add support for HOOKDIR/INSTDIR as arrays
      mkinitcpio: allow -S to be specified multiple times
      add -A option to specify extra hooks
      init: add informational output about mounting
      mkinitcpio: dedupe MODPATHS array before installation

Modified:
  mkinitcpio/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-03-04 23:16:06 UTC (rev 152122)
+++ PKGBUILD	2012-03-04 23:31:18 UTC (rev 152123)
@@ -3,13 +3,13 @@
 # Maintainer: Thomas Bächler <thomas at archlinux.org>
 
 pkgname=mkinitcpio
-pkgver=0.8.3
+pkgver=0.8.4
 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.21' 'libarchive' 'coreutils'
+depends=('mkinitcpio-busybox>=1.19.4-2' 'kmod>=3' 'util-linux>=2.21' 'libarchive' 'coreutils'
          'bash' 'findutils' 'sed' 'grep' 'filesystem>=2011.10-1' 'file' 'gzip')
 optdepends=('xz: Use lzma or xz compression for the initramfs image'
             'bzip2: Use bzip2 compression for the initramfs image'
@@ -17,8 +17,8 @@
             'mkinitcpio-nfs-utils: Support for root filesystem on NFS')
 backup=('etc/mkinitcpio.conf')
 source=("ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('c2335f844c815724d50461ef11ce1aed')
-sha256sums=('62ae10a0ec1bc147901187401620eb3d6b152df317a70c4f5b967e60ebb38daf')
+md5sums=('e7a171a8a52d4e7c40bcbd515877b143')
+sha256sums=('0b90ea5bd592fa5892160430edc1cf59c467e6302694f08a4ea95633bd8bc2dc')
 
 package() {
   make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install




More information about the arch-commits mailing list