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

Dave Reisner dreisner at archlinux.org
Sun Oct 9 23:40:20 UTC 2011


    Date: Sunday, October 9, 2011 @ 19:40:20
  Author: dreisner
Revision: 140219

upgpkg: mkinitcpio 0.7.4-1

Dave Reisner (2):
      mkinitcpio: avoid using mountpoint
      install/base: grab usb-ehci udev rule to /lib

Gerardo Exequiel Pozzi (2):
      [mkinitcpio] Remove early redirection 2>/dev/null such node does not exists.
      [mkinitcpio] Add missing groups=('base') in PKGBUILD

Modified:
  mkinitcpio/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-10-09 23:33:33 UTC (rev 140218)
+++ PKGBUILD	2011-10-09 23:40:20 UTC (rev 140219)
@@ -3,14 +3,14 @@
 # Maintainer: Thomas Bächler <thomas at archlinux.org>
 
 pkgname=mkinitcpio
-pkgver=0.7.3
+pkgver=0.7.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' 'module-init-tools' 'util-linux>=2.19' 'libarchive' 'coreutils'
-         'bash' 'findutils' 'sed' 'grep' 'filesystem>=2009.01-2' 'udev>=171-2' 'file' 'gzip')
+         'bash' 'findutils' 'sed' 'grep' 'filesystem>=2011.10-1' 'udev>=171-2' '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'
@@ -19,7 +19,7 @@
           'klibc-module-init-tools' 'klibc-udev')
 source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz)
 backup=(etc/mkinitcpio.conf)
-sha256sums=('678b0d29cbcdd266b522e1c056dcbf7002e6819404a2ea8bc958a9e94cd96571')
+sha256sums=('60ce2c78ecec35a9762c300774753da6870b4469f3b259fe0c116771ff643fd6')
 
 package() {
   cd "$srcdir/$pkgname-$pkgver"




More information about the arch-commits mailing list