Date: Wednesday, January 12, 2022 @ 06:44:58
  Author: tpowa
Revision: 434271

add signature of qemu helper

Modified:
  archboot/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-01-11 23:01:39 UTC (rev 434270)
+++ PKGBUILD    2022-01-12 06:44:58 UTC (rev 434271)
@@ -29,7 +29,7 @@
 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";)
+        
https://pkgbuild.com/~tpowa/archboot-helper/qemu/archboot-qemu-aarch64-static{,.sig})
 backup=('etc/archboot/x86_64.conf'
         'etc/archboot/aarch64.conf'
         'etc/archboot/x86_64-latest.conf'
@@ -40,7 +40,8 @@
         'etc/archboot/presets/aarch64-latest')
 install=archboot.install
 sha256sums=('SKIP'
-            '3289353855c7159588b3b65088a6fbfa4c5207f1824e6b1bc289e3cfca3e60a0')
+            '3289353855c7159588b3b65088a6fbfa4c5207f1824e6b1bc289e3cfca3e60a0'
+            'SKIP')
 validgpgkeys=('5B7E3FB71B7F10329A1C03AB771DF6627EDF681F' # Tobias Powalowski 
<[email protected]>
              )
 package()

Reply via email to