From 58a223bdc164ccd28ae088bfba61f947bb485c5f Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Mon, 11 May 2020 20:52:06 +0000 Subject: [PATCH] community/fwupd to 1.4.1-1 --- community/fwupd/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/fwupd/PKGBUILD b/community/fwupd/PKGBUILD index dfb46dc81..78f8159b9 100644 --- a/community/fwupd/PKGBUILD +++ b/community/fwupd/PKGBUILD @@ -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 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 }