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

Dave Reisner dreisner at archlinux.org
Wed Apr 4 00:19:00 UTC 2012


    Date: Tuesday, April 3, 2012 @ 20:19:00
  Author: dreisner
Revision: 155463

upgpkg: mkinitcpio 0.8.6-1

Dave Reisner (13):
      shutdown: add vim modeline, fix whitespacing
      shutdown: disassemble devices on shutdown
      fsck: leverage blank /etc/fstab included by base
      init: fix location of udevd
      init_functions: fix missing * in fsck message
      shutdown: improve handling of dm devices
      add minor tweaks to make testing a bit easier
      mkinitcpio: hardcode a sane PATH
      autodetect: simplify mdadm autodetection
      shutdown: refine umount_all logic
      shutdown: detach all loop devices before umounting
      base: move usb modprobe rule to /usr/lib/modprobe.d
      create /lib as a symlink to /usr/lib

Modified:
  mkinitcpio/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-04-03 22:56:38 UTC (rev 155462)
+++ PKGBUILD	2012-04-04 00:19:00 UTC (rev 155463)
@@ -3,8 +3,8 @@
 # Maintainer: Thomas Bächler <thomas at archlinux.org>
 
 pkgname=mkinitcpio
-pkgver=0.8.5
-pkgrel=2
+pkgver=0.8.6
+pkgrel=1
 pkgdesc="Modular initramfs image creation utility"
 arch=('any')
 url="http://www.archlinux.org/"
@@ -17,13 +17,10 @@
             '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=('05aa3ad115dd9af04daff9657ae027c1')
-sha256sums=('52dbd32473619a559c812b11f24698e9f65e0ad88ae08f05421b93b69ae2ce40')
+md5sums=('69863edd6cf27f2a29d2b283415c75fb')
+sha256sums=('751a0319d6791612cb372f1b5a7c33e85ba98e94bb2ffe642645e081328b6ea7')
 
 package() {
-  # XXX: tom broke it (remove this with 0.9.0)
-  sed -i 's@/lib/udev/udevd@/usr/lib/udev/udevd@' "$pkgname-$pkgver"/init
-
   make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
 
   # compat symlink




More information about the arch-commits mailing list