Date: Saturday, December 1, 2012 @ 20:59:33 Author: dreisner Revision: 172191
upgpkg: mkinitcpio 0.12.0-1 https://projects.archlinux.org/mkinitcpio.git/log/?id=0.11.2..0.12.0 Modified: mkinitcpio/trunk/PKGBUILD mkinitcpio/trunk/mkinitcpio.install --------------------+ PKGBUILD | 6 +++--- mkinitcpio.install | 5 +++++ 2 files changed, 8 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-12-01 14:32:58 UTC (rev 172190) +++ PKGBUILD 2012-12-02 01:59:33 UTC (rev 172191) @@ -3,7 +3,7 @@ # Maintainer: Thomas Bächler <[email protected]> pkgname=mkinitcpio -pkgver=0.11.2 +pkgver=0.12.0 pkgrel=1 pkgdesc="Modular initramfs image creation utility" arch=('any') @@ -18,8 +18,8 @@ backup=('etc/mkinitcpio.conf') source=("ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig}) install=mkinitcpio.install -sha256sums=('39962cd8025fc803cf8ca5a1447b1f6ea048e91a88e7ab6f0647dc7d2e51972b' - 'd226193d1044fafeb15ea20a0a8a74e4f0acd11ecd70926248548e0d128fa249') +sha256sums=('ed9bd16999e75b42c8ad78a62cd744f95aca1d1078bb1ecff94c9d31d6765761' + 'SKIP') package() { make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install Modified: mkinitcpio.install =================================================================== --- mkinitcpio.install 2012-12-01 14:32:58 UTC (rev 172190) +++ mkinitcpio.install 2012-12-02 01:59:33 UTC (rev 172191) @@ -5,4 +5,9 @@ printf '==> If your /usr is on a separate partition, you must add the "usr" hook\n' printf ' to /etc/mkinitcpio.conf and regenerate your images before rebooting\n' fi + + if [ "$(vercmp 0.12.0 "$2")" -eq 1 ]; then + printf '==> The "block" hook has replaced several hooks. Replace any and all of the\n' + printf ' deprecated hooks with a single instance of the "block" hook.\n' + fi }
