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

Thomas Bächler thomas at archlinux.org
Sun Jul 3 12:27:47 UTC 2011


    Date: Sunday, July 3, 2011 @ 08:27:46
  Author: thomas
Revision: 130183

Update to 0.7.1

Dave Reisner (17):
      bash-completion: complete -k on kernel images
      bash-completion: match style to rest of code
      bash-completion: use a PE instead of sed
      function: return with 0 if we reach the end of add_binary
      functions: reduce calls to modinfo
      avoid touching the linker directly
      mkinitcpio: use msg instead of echo for hook help
      lsinitcpio: append, not overwrite found hooks
      lsinitcpio: add optional colorized output
      function: fix whitespace errors
      functions: call _add_file directly from add_module
      always exit from cleanup
      functions: reorg, no code changes
      install modules all at once
      base/install: rewrite the config to sanitize it
      cleanup rarely and unused variable declarations
      functions: remove cruft from in_array

Gerardo Exequiel Pozzi (1):
      Fix -k /path when -b is used

Thomas B?\195?\164chler (4):
      init_functions/default_mount_handler: use -l option for blkid to avoid syntax errors in a later mount command
      Trim leading spaces in MODULES and earlymodules to prevent error messages when one is set to " "
      Merge branch 'working' of https://github.com/falconindy/mkinitcpio into working
      Release version 0.7.1

Modified:
  mkinitcpio/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-07-03 11:14:43 UTC (rev 130182)
+++ PKGBUILD	2011-07-03 12:27:46 UTC (rev 130183)
@@ -2,7 +2,7 @@
 # Maintainer: Thomas Baechler <thomas at archlinux.org>
 
 pkgname=mkinitcpio
-pkgver=0.7
+pkgver=0.7.1
 pkgrel=1
 pkgdesc="Modular initramfs image creation utility"
 arch=(any)
@@ -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=('e56eeb62083faa7fade6053870111ca586c0c69a4065670617d96e16c89ba415')
+sha256sums=('2f8ddd101838405a3922ddb0c43396d2d4a3fffbc176a7d652be7252832e86d8')
 
 package() {
   cd $srcdir/${pkgname}-${pkgver}




More information about the arch-commits mailing list