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

Dave Reisner dreisner at archlinux.org
Sat Jun 2 22:39:09 UTC 2012


    Date: Saturday, June 2, 2012 @ 18:39:08
  Author: dreisner
Revision: 160639

upgpkg: mkinitcpio 0.9.1-1

Dave Reisner (7):
      add_full_dir: properly handle symlinks and empty dirs
      update comments in config
      move running of hooks to separate function
      avoid subshell in adding --quiet to bsdcpio
      add hookpoints to --hookhelp output
      catch errors in ldd ELF dep resolution
      Don't report success when builderrors > 0

Modified:
  mkinitcpio/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-06-02 22:26:01 UTC (rev 160638)
+++ PKGBUILD	2012-06-02 22:39:08 UTC (rev 160639)
@@ -3,14 +3,14 @@
 # Maintainer: Thomas Bächler <thomas at archlinux.org>
 
 pkgname=mkinitcpio
-pkgver=0.9.0
-pkgrel=2
+pkgver=0.9.1
+pkgrel=1
 pkgdesc="Modular initramfs image creation utility"
 arch=('any')
 url="http://www.archlinux.org/"
 license=('GPL')
 depends=('awk' 'mkinitcpio-busybox>=1.19.4-2' 'kmod>=3' 'util-linux>=2.21' 'libarchive' 'coreutils'
-         'bash' 'findutils' 'sed' 'grep' 'filesystem>=2011.10-1' 'file' 'gzip' 'udev>=182-3')
+         'bash' 'findutils' 'sed' 'grep' 'filesystem>=2011.10-1' 'file' 'gzip' 'systemd-tools')
 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'
@@ -18,8 +18,7 @@
 backup=('etc/mkinitcpio.conf')
 source=("ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz")
 install=mkinitcpio.install
-md5sums=('cbe4783c39e48dff91385f443d300103')
-sha256sums=('e4a58ccb3b5293931fbc28de6b48df7e9e6fe63b41ef7b5038ea33a2e01dc878')
+sha256sums=('c5093277e1c199fa8b9550548ddce61ce03606ea55ef8a012e2129cdb3d5cb54')
 
 package() {
   make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install




More information about the arch-commits mailing list