* update dracut to 103-2
This commit is contained in:
parent
c4518689a0
commit
1823c35b32
@ -1,13 +1,18 @@
|
||||
pkgbase = dracut
|
||||
pkgdesc = An event driven initramfs infrastructure
|
||||
pkgver = 103
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://github.com/dracut-ng/dracut-ng
|
||||
arch = x86_64
|
||||
arch = powerpc64le
|
||||
arch = powerpc64
|
||||
arch = powerpc
|
||||
arch = riscv64
|
||||
license = GPL-2.0-or-later
|
||||
makedepends = asciidoc
|
||||
makedepends = bash-completion
|
||||
makedepends = git
|
||||
makedepends = rust
|
||||
depends = bash
|
||||
depends = coreutils
|
||||
depends = cpio
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Maintainer: Giancarlo Razzolini <grazzolini@archlinux.org>
|
||||
pkgname=dracut
|
||||
pkgver=103
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="An event driven initramfs infrastructure"
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
url="https://github.com/dracut-ng/dracut-ng"
|
||||
@ -26,6 +26,7 @@ makedepends=(
|
||||
'asciidoc'
|
||||
'bash-completion'
|
||||
'git'
|
||||
'rust'
|
||||
)
|
||||
optdepends=(
|
||||
'binutils: --uefi option support'
|
||||
@ -85,7 +86,8 @@ build() {
|
||||
--prefix=${prefix} \
|
||||
--libdir=${prefix}/lib \
|
||||
--systemdsystemunitdir=${prefix}/lib/systemd/system \
|
||||
--bashcompletiondir=$(pkg-config --variable=completionsdir bash-completion)
|
||||
--bashcompletiondir=$(pkg-config --variable=completionsdir bash-completion) \
|
||||
--enable-dracut-cpio
|
||||
make
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user