Date: Monday, December 16, 2013 @ 00:48:34 Author: thomas Revision: 201577
upgpkg: mkinitcpio 16-1 Modified: mkinitcpio/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-12-15 22:17:38 UTC (rev 201576) +++ PKGBUILD 2013-12-15 23:48:34 UTC (rev 201577) @@ -3,7 +3,7 @@ # Maintainer: Thomas Bächler <[email protected]> pkgname=mkinitcpio -pkgver=0.15.0 +pkgver=16 pkgrel=1 pkgdesc="Modular initramfs image creation utility" arch=('any') @@ -14,14 +14,14 @@ 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' + 'lz4: Use lz4 compression for the initramfs image' 'mkinitcpio-nfs-utils: Support for root filesystem on NFS') backup=('etc/mkinitcpio.conf') source=("ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig}) install=mkinitcpio.install -sha256sums=('2a00421c5ce4abfcc971c71a6efd22f6bbaf0e541f9a93410f35e864c818c3db' +sha256sums=('10821e533eb1ca51a9d3c1d06d8999c08a6151910a9a6029a45ff1638e9228a2' 'SKIP') package() { make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install } -
