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

Thomas Bächler thomas at archlinux.org
Thu Jun 2 17:55:42 UTC 2011


    Date: Thursday, June 2, 2011 @ 13:55:42
  Author: thomas
Revision: 126222

Update to 0.6.13

Dan McGee (1):
      Don't print success/failure result on same line

Thomas B?\195?\164chler (3):
      mkinitcpio.conf: Fix modprobe.conf location in the FILES= example
      Remove load-modules.sh. Requires the udev 171-2 package.
      Release version 0.6.13

Modified:
  mkinitcpio/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-06-02 17:49:29 UTC (rev 126221)
+++ PKGBUILD	2011-06-02 17:55:42 UTC (rev 126222)
@@ -2,14 +2,14 @@
 # Maintainer: Thomas Baechler <thomas at archlinux.org>
 
 pkgname=mkinitcpio
-pkgver=0.6.12
+pkgver=0.6.13
 pkgrel=1
 pkgdesc="Modular initramfs image creation utility"
 arch=(any)
 url="http://www.archlinux.org/"
 license=('GPL')
 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>=168' 'file' 'gzip'
+         'bash' 'findutils' 'sed' 'grep' 'filesystem>=2009.01-2' 'udev>=171-2' 'file' 'gzip'
          'which')
 optdepends=('xz: Use lzma or xz compression for the initramfs image'
             'bzip2: Use bzip2 compression for the initramfs image'
@@ -18,7 +18,7 @@
           'klibc-module-init-tools' 'klibc-udev')
 source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz)
 backup=(etc/mkinitcpio.conf)
-sha256sums=('1415259edb96e2f7fef517366ce0beb0e85ec4bf666aef2636a4d4d70b67ecd6')
+sha256sums=('fe145596593e381aac5111c8198ebc39df7271313618901f4805384066ebd4d6')
 
 package() {
   cd $srcdir/${pkgname}-${pkgver}




More information about the arch-commits mailing list