diff --git a/community/fwupd/PKGBUILD b/community/fwupd/PKGBUILD index 167beba45..2380b4738 100644 --- a/community/fwupd/PKGBUILD +++ b/community/fwupd/PKGBUILD @@ -6,7 +6,8 @@ # - 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) +# - meson with -Dtpm=false (tpm2-tss dependency) +# - meson with -Dplugin_msr=false pkgname=fwupd pkgver=1.5.0 @@ -43,7 +44,7 @@ sha256sums=('712ce5ee3af87edfbaff991f352d887250293917aa3509899b3b659b0baff743' validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes build() { - arch-meson ${pkgname}-${pkgver} build -D b_lto=false -D plugin_flashrom=true -Dplugin_dell=false -Dplugin_uefi=false -Dplugin_redfish=false -Dplugin_nvme=false -Dplugin_tpm=false + arch-meson ${pkgname}-${pkgver} build -D b_lto=false -D plugin_flashrom=true -Dplugin_dell=false -Dplugin_uefi=false -Dplugin_redfish=false -Dplugin_nvme=false -Dtpm=false -Dplugin_msr=false meson compile -C build }