[arch-commits] Commit in mkinitcpio/trunk (PKGBUILD)
Dave Reisner
dreisner at archlinux.org
Sat Nov 26 00:59:43 UTC 2011
Date: Friday, November 25, 2011 @ 19:59:43
Author: dreisner
Revision: 143538
upgpkg: mkinitcpio 0.8.0-1
Dave Reisner (15):
mkinitcpio: dereference symlinks when resolving kernver
update bash completion
Makefile: install binaries to /usr/bin
init: don't tell the kernel about the path to modprobe
init: create /run/initramfs after mounting /run
init_functions: refactor poll_device
autodetect: store rootfstype for use by other hooks
init: use util-linux's /bin/mount
init_functions: move root resolution to separate function
init_functions: generalize resolve_device
init_functions: resolve M:m to device file
fsck: implement basic fsck support
install/fsck: new install hook to add fsck and helpers
init_functions: simplify parse_cmdline
use util-linux's switch_root binary
Gerardo Exequiel Pozzi (5):
hooks/resume: Remove unused function
hooks/resume: Remove grep usage
init: Remove grep usage
init: Remove sed cmd usage
init: Remove unneeded test
Tom Gundersen (1):
add_symlink: fix argument ordering and add_dir call
Modified:
mkinitcpio/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-11-26 00:25:40 UTC (rev 143537)
+++ PKGBUILD 2011-11-26 00:59:43 UTC (rev 143538)
@@ -3,7 +3,7 @@
# Maintainer: Thomas Bächler <thomas at archlinux.org>
pkgname=mkinitcpio
-pkgver=0.7.5
+pkgver=0.8.0
pkgrel=1
pkgdesc="Modular initramfs image creation utility"
arch=('any')
@@ -17,9 +17,9 @@
'mkinitcpio-nfs-utils: Support for root filesystem on NFS')
replaces=('mkinitrd' 'mkinitramfs' 'klibc' 'klibc-extras' 'klibc-kbd'
'klibc-module-init-tools' 'klibc-udev')
+backup=(etc/mkinitcpio.conf)
source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz)
-backup=(etc/mkinitcpio.conf)
-sha256sums=('3210e27fe689a021996d902c117b9c49dd9463c4424a2b3e2c428a4e4f31bff9')
+sha256sums=('097faaf23aaa6d442e7cc6add7238698abfea4185e7d125dcffd74d0ea159246')
package() {
cd "$srcdir/$pkgname-$pkgver"
More information about the arch-commits
mailing list