From 7db2c9368783e3ca203fa0cb12ff08159f97bcdd Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Tue, 31 Dec 2019 01:46:20 +0000 Subject: [PATCH] community/fwupd: fix --- community/fwupd/PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/community/fwupd/PKGBUILD b/community/fwupd/PKGBUILD index e30cddf37..7a8e334bc 100644 --- a/community/fwupd/PKGBUILD +++ b/community/fwupd/PKGBUILD @@ -6,6 +6,7 @@ # - remove makedepends on valgrind, gnu-efi-libs, tpm2-tss # - meson with -Dplugin_dell=false (smbios dependency) # - meson with -Dplugin_uefi=false -Dplugin_redfish=false -Dplugin_nvme=false (efivar, gnu-efi-libs dependency) +# - meson with -Dplugin_tpm=false (tpm2-tss dependency) pkgname=fwupd pkgver=1.3.6 @@ -36,7 +37,7 @@ validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes