[arch-commits] Commit in archboot/trunk (PKGBUILD)

Tobias Powalowski tpowa at gemini.archlinux.org
Mon Jan 17 19:32:00 UTC 2022


    Date: Monday, January 17, 2022 @ 19:32:00
  Author: tpowa
Revision: 434627

add sudo to optdepends

Modified:
  archboot/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-17 19:22:11 UTC (rev 434626)
+++ PKGBUILD	2022-01-17 19:32:00 UTC (rev 434627)
@@ -28,7 +28,8 @@
 makedepends=('git')
 optdepends=('archboot-linux-firmware: for stripped down firmware inclusion on image file'
             'linux-firmware: for firmware inclusion on image file'
-            'archboot-qemu-aarch64: for aarch64 image building on x86_64')
+            'archboot-qemu-aarch64: for aarch64 image building on x86_64'
+            'sudo: for running the archboot build server')
 source=("git+https://gitlab.archlinux.org/tpowa/archboot.git#tag=${pkgver}-${pkgrel}?signed")
 backup=('etc/archboot/x86_64.conf'
         'etc/archboot/aarch64.conf'



More information about the arch-commits mailing list