community/fwupd to 1.5.2-2

This commit is contained in:
Kevin Mihelich 2020-11-25 23:34:15 +00:00
parent 5581516cbf
commit d5cc27f06a

View file

@ -11,7 +11,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"
@ -44,7 +44,7 @@ sha256sums=('3db590be144971c16d08ed01fea110bb534537689f81b71517cf79a4d1bb77a7'
validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes <richard@hughsie.com>
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 -Dtpm=false -Dplugin_msr=false
arch-meson ${pkgname}-${pkgver} build -D b_lto=false -D plugin_flashrom=true -D supported_build=true -Dplugin_dell=false -Dplugin_uefi=false -Dplugin_redfish=false -Dplugin_nvme=false -Dtpm=false -Dplugin_msr=false
meson compile -C build
}