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

Dave Reisner dreisner at archlinux.org
Sun Oct 23 18:53:10 UTC 2011


    Date: Sunday, October 23, 2011 @ 14:53:10
  Author: dreisner
Revision: 141096

upgpkg: mkinitcpio 0.7.5-1

Dave Reisner (11):
      init: refer to busybox by full path on --install
      move manpage to section 8
      mkinitcpio: avoid stomping on TMPDIR from the environment
      mkinitcpio: ensure get_kernver always returns a kver
      install/pcmcia: fix syntax error (missing &&)
      manpage: correct section number in manpage header
      install/udev: relocate udevd for udev 174
      install/base: include new_root as part of build process
      init_functions: tighten up mount option gathering
      init_functions: replace grep/sed with PEs
      init_functions: avoid setting var without LHS

Modified:
  mkinitcpio/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-10-23 18:50:38 UTC (rev 141095)
+++ PKGBUILD	2011-10-23 18:53:10 UTC (rev 141096)
@@ -3,23 +3,23 @@
 # Maintainer: Thomas Bächler <thomas at archlinux.org>
 
 pkgname=mkinitcpio
-pkgver=0.7.4
+pkgver=0.7.5
 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>=2011.10-1' 'udev>=171-2' 'file' 'gzip')
+         'bash' 'findutils' 'sed' 'grep' 'filesystem>=2011.10-1' 'udev>=174-1' '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'
             'mkinitcpio-nfs-utils: Support for root filesystem on NFS')
 replaces=('mkinitrd' 'mkinitramfs' 'klibc' 'klibc-extras' 'klibc-kbd'
           'klibc-module-init-tools' 'klibc-udev')
-source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz)
 backup=(etc/mkinitcpio.conf)
-sha256sums=('60ce2c78ecec35a9762c300774753da6870b4469f3b259fe0c116771ff643fd6')
+sha256sums=('3210e27fe689a021996d902c117b9c49dd9463c4424a2b3e2c428a4e4f31bff9')
 
 package() {
   cd "$srcdir/$pkgname-$pkgver"




More information about the arch-commits mailing list