Date: Thursday, September 2, 2021 @ 01:12:11 Author: grazzolini Revision: 422851
upgpkg: dracut 055-2 Modified: dracut/trunk/PKGBUILD ----------+ PKGBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-01 18:39:41 UTC (rev 422850) +++ PKGBUILD 2021-09-02 01:12:11 UTC (rev 422851) @@ -1,7 +1,7 @@ # Maintainer: Giancarlo Razzolini <[email protected]> pkgname=dracut pkgver=055 -pkgrel=1 +pkgrel=2 pkgdesc="An event driven initramfs infrastructure" arch=('x86_64') url="https://dracut.wiki.kernel.org" @@ -11,7 +11,6 @@ makedepends=('asciidoc' 'bash-completion' 'git') optdepends=('binutils: --uefi option support' 'elfutils: strip binaries to reduce initramfs size' - 'hardlink: --hardlink option support' 'multipath-tools: dmraid dracut module support' 'pigz: faster gzip compression' 'sbsigntools: uefi_secureboot_cert/key configuration option support')
