Date: Wednesday, February 10, 2010 @ 12:38:40 Author: thomas Revision: 68080
Merged revisions 68079 via svnmerge from svn+ssh://gerolde.archlinux.org/srv/svn-packages/mkinitcpio/trunk ........ r68079 | thomas | 2010-02-10 18:38:06 +0100 (Mi, 10 Feb 2010) | 2 lines Update to 0.5.99.5 - this adds NFS support, the optdepend required for it does not exist yet, but will soon. ........ Modified: mkinitcpio/repos/testing-any/ (properties) mkinitcpio/repos/testing-any/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Property changes on: mkinitcpio/repos/testing-any ___________________________________________________________________ Modified: svnmerge-integrated - /mkinitcpio/trunk:1-67517 + /mkinitcpio/trunk:1-68079 Modified: testing-any/PKGBUILD =================================================================== --- testing-any/PKGBUILD 2010-02-10 17:38:06 UTC (rev 68079) +++ testing-any/PKGBUILD 2010-02-10 17:38:40 UTC (rev 68080) @@ -4,7 +4,7 @@ # Maintainer: Aaron Griffin <[email protected]> pkgname=mkinitcpio -pkgver=0.5.99.4 +pkgver=0.5.99.5 pkgrel=1 pkgdesc="Modular initramfs image creation utility" arch=(any) @@ -15,12 +15,13 @@ 'bash' 'findutils' 'sed' 'grep' 'filesystem>=2009.01-2' 'udev>=150' 'file' 'gzip' 'which') optdepends=('xz-utils: Use lzma compression for the initramfs image' - 'bzip2: Use bzip2 compression for the initramfs image') + 'bzip2: Use bzip2 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) backup=(etc/mkinitcpio.conf) -sha256sums=('662acdea7082dcee126e5afee51e6d040802f231b50ade728504cf400635e768') +sha256sums=('f5df29fcf3a96bac4f05cb23e20bace85d7a3883a2b2c5102ee77ce6c7cee98e') build() { :
