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

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


    Date: Monday, January 17, 2022 @ 19:32:58
  Author: tpowa
Revision: 434628

add sudo to optdepends

Modified:
  archboot-arm/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-17 19:32:00 UTC (rev 434627)
+++ PKGBUILD	2022-01-17 19:32:58 UTC (rev 434628)
@@ -27,7 +27,8 @@
 	 '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')
+            'linux-firmware: for firmware inclusion on image file'
+            '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