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

Filipe Laíns ffy00 at archlinux.org
Thu May 6 21:52:12 UTC 2021


    Date: Thursday, May 6, 2021 @ 21:52:12
  Author: ffy00
Revision: 928547

fix efi (1.6.0-2)

Modified:
  fwupd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-06 21:37:28 UTC (rev 928546)
+++ PKGBUILD	2021-05-06 21:52:12 UTC (rev 928547)
@@ -3,7 +3,7 @@
 
 pkgname=fwupd
 pkgver=1.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Simple daemon to allow session software to update firmware"
 arch=(x86_64)
 url="https://github.com/fwupd/fwupd"
@@ -31,11 +31,18 @@
         'etc/fwupd/thunderbolt.conf'
         'etc/fwupd/uefi_capsule.conf'
         'etc/fwupd/upower.conf')
-source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
+source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc}
+        "fix-efi.patch::$url/commit/197d3dc3b9acb93be30c4a7f49e8c0ad3f554818.patch")
 sha256sums=('c4d9c5a870a60517470f7c4d2ae339eccb77bbca5b474c483984d0d4ece33f5e'
-            'SKIP')
+            'SKIP'
+            'bc166b15607992362723341932cca193cb13c85e84300d42246e7e54a8041aa3')
 validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes <richard at hughsie.com>
 
+prepare() {
+    cd ${pkgname}-${pkgver}
+    patch -p1 -i ../fix-efi.patch
+}
+
 build() {
     arch-meson ${pkgname}-${pkgver} build \
         -D b_lto=false \



More information about the arch-commits mailing list