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

Thomas Bächler thomas at archlinux.org
Sat Jul 9 14:04:54 UTC 2011


    Date: Saturday, July 9, 2011 @ 10:04:52
  Author: thomas
Revision: 131019

mkinitcpio: Update to 0.7.2

Dave Reisner (11):
      mkinitcpio: refactor BASEDIR resolution
      unify error messaging, both in grammar and output
      manpage: wrap at 80 columns, add a vim modeline
      manpage: clarify behaviors, add example, fix typos
      functions: do not null delimit modalias data
      fix module installation issues with BASEDIR
      mkinitcpio: include version in help msg
      Makefile: allow git-describe to determine version
      cleanup devel PKGBUILD
      autodetect: check for /sys/devices before autodetecting
      lsinitcpio: fix logical error in reading compression

Modified:
  mkinitcpio/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-07-09 14:03:00 UTC (rev 131018)
+++ PKGBUILD	2011-07-09 14:04:52 UTC (rev 131019)
@@ -1,8 +1,8 @@
 # $Id$
-# Maintainer: Thomas Baechler <thomas at archlinux.org>
+# Maintainer: Thomas Bächler <thomas at archlinux.org>
 
 pkgname=mkinitcpio
-pkgver=0.7.1
+pkgver=0.7.2
 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=('2f8ddd101838405a3922ddb0c43396d2d4a3fffbc176a7d652be7252832e86d8')
+sha256sums=('b7282c78ef3144f5547a4012f334b0beb575b7108a5f6a006289a1e78aa9823d')
 
 package() {
   cd $srcdir/${pkgname}-${pkgver}




More information about the arch-commits mailing list