Date: Wednesday, January 12, 2022 @ 07:22:11
Author: tpowa
Revision: 434277
add optdepends archboot-qemu-aarch64
Modified:
archboot/trunk/PKGBUILD
----------+
PKGBUILD | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-01-12 07:20:15 UTC (rev 434276)
+++ PKGBUILD 2022-01-12 07:22:11 UTC (rev 434277)
@@ -27,9 +27,9 @@
'sbsigntools' 'openresolv' 'mokutil')
makedepends=('git')
optdepends=('archboot-linux-firmware: for stripped down firmware inclusion on
image file'
- 'linux-firmware: for firmware inclusion on image file')
-source=("git+https://gitlab.archlinux.org/tpowa/archboot.git#tag=${pkgver}-${pkgrel}?signed"
-
https://pkgbuild.com/~tpowa/archboot-helper/qemu/archboot-qemu-aarch64-static{,.sig})
+ 'linux-firmware: for firmware inclusion on image file'
+ 'archboot-qemu-aarch64: for aarch64 image building on x86_64')
+source=("git+https://gitlab.archlinux.org/tpowa/archboot.git#tag=${pkgver}-${pkgrel}?signed")
backup=('etc/archboot/x86_64.conf'
'etc/archboot/aarch64.conf'
'etc/archboot/x86_64-latest.conf'
@@ -48,5 +48,4 @@
{
cd "$srcdir/archboot"
mv etc/ usr/ "$pkgdir/"
- install -m 755 $srcdir/archboot-qemu-aarch64-static
$pkgdir/usr/bin/archboot-qemu-aarch64-static
}