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

Filipe Laíns ffy00 at archlinux.org
Wed Nov 25 22:01:16 UTC 2020


    Date: Wednesday, November 25, 2020 @ 22:01:16
  Author: ffy00
Revision: 761303

remove warning about the package not having upstream support (1.5.2-2)

Modified:
  fwupd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-25 21:58:26 UTC (rev 761302)
+++ PKGBUILD	2020-11-25 22:01:16 UTC (rev 761303)
@@ -3,7 +3,7 @@
 
 pkgname=fwupd
 pkgver=1.5.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Simple daemon to allow session software to update firmware"
 arch=(x86_64)
 url="https://github.com/fwupd/fwupd"
@@ -36,7 +36,7 @@
 validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes <richard at hughsie.com>
 
 build() {
-    arch-meson ${pkgname}-${pkgver} build -D b_lto=false -D plugin_flashrom=true
+    arch-meson ${pkgname}-${pkgver} build -D b_lto=false -D plugin_flashrom=true -D supported_build=true
     meson compile -C build
 }
 



More information about the arch-commits mailing list