community/fwupd to 1.4.1-1

This commit is contained in:
Kevin Mihelich 2020-05-11 20:52:06 +00:00
parent 7ed3fec38a
commit 58a223bdc1

View file

@ -9,7 +9,7 @@
# - meson with -Dplugin_tpm=false (tpm2-tss dependency)
pkgname=fwupd
pkgver=1.4.0
pkgver=1.4.1
pkgrel=1
pkgdesc="Simple daemon to allow session software to update firmware"
arch=(x86_64)
@ -38,12 +38,12 @@ backup=('etc/fwupd/daemon.conf'
'etc/fwupd/uefi.conf'
'etc/fwupd/upower.conf')
source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
sha256sums=('575df5fe5d3914a6056af44c5d16a25b56d09130849fb313cb20fe6ea602954e' 'SKIP')
sha256sums=('81af0ca5b63db53c2bd23b268c400cc85c430bec83e0b053c798174578a0df53' 'SKIP')
validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes <richard@hughsie.com>
build() {
cd ${pkgname}-${pkgver}
arch-meson -D b_lto=false -Dplugin_dell=false -Dplugin_uefi=false -Dplugin_redfish=false -Dplugin_nvme=false -Dplugin_tpm=false ../build
arch-meson -D b_lto=false -D plugin_flashrom=true -Dplugin_dell=false -Dplugin_uefi=false -Dplugin_redfish=false -Dplugin_nvme=false -Dplugin_tpm=false ../build
ninja -v -C ../build
}