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

Dave Reisner dreisner at archlinux.org
Sat Mar 24 21:25:36 UTC 2012


    Date: Saturday, March 24, 2012 @ 17:25:36
  Author: dreisner
Revision: 154249

upgpkg: mkinitcpio 0.8.5-1

Dave Reisner (8):
      mkinitcpio: force UID/GID 0 for files written to image
      hooks/resume: refactor
      init_functions: avoid special treatment for forcefsck
      init_functions: support fsck.mode= cmdline parameter
      natively support locale.conf and vconsole.conf
      move bash completion to /usr/share/bash-completion
      init_functions: fix tag resolution w/o udev rules
      Makefile: simplify 'make dist' target

Gerardo Exequiel Pozzi (1):
      memdisk: fix udev rule path

Matthew Monaco (1):
      bash-completion: find hooks in /usr/lib

Modified:
  mkinitcpio/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-03-24 20:57:26 UTC (rev 154248)
+++ PKGBUILD	2012-03-24 21:25:36 UTC (rev 154249)
@@ -3,7 +3,7 @@
 # Maintainer: Thomas Bächler <thomas at archlinux.org>
 
 pkgname=mkinitcpio
-pkgver=0.8.4
+pkgver=0.8.5
 pkgrel=1
 pkgdesc="Modular initramfs image creation utility"
 arch=('any')
@@ -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=('e7a171a8a52d4e7c40bcbd515877b143')
-sha256sums=('0b90ea5bd592fa5892160430edc1cf59c467e6302694f08a4ea95633bd8bc2dc')
+md5sums=('05aa3ad115dd9af04daff9657ae027c1')
+sha256sums=('52dbd32473619a559c812b11f24698e9f65e0ad88ae08f05421b93b69ae2ce40')
 
 package() {
   make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install




More information about the arch-commits mailing list