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

David Runge dvzrv at archlinux.org
Tue Sep 29 08:41:29 UTC 2020


    Date: Tuesday, September 29, 2020 @ 08:41:28
  Author: dvzrv
Revision: 713703

upgpkg: shim 15-5: Rebuild with different architecture.

As the EFI binaries can be different from the host architecture and are not used during runtime, the architecture of the package should be any.
Updating the description to make sure users do not think this is a signed shim.

Modified:
  shim/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-29 08:23:45 UTC (rev 713702)
+++ PKGBUILD	2020-09-29 08:41:28 UTC (rev 713703)
@@ -2,9 +2,9 @@
 
 pkgname=shim
 pkgver=15
-pkgrel=4
-pkgdesc="EFI preloader"
-arch=('x86_64')
+pkgrel=5
+pkgdesc="EFI preloader (unsigned EFI binaries)"
+arch=('any')
 url="https://github.com/rhboot/shim"
 license=('BSD')
 makedepends=('git' 'gnu-efi')



More information about the arch-commits mailing list