community/fwupd to 1.6.0-3

This commit is contained in:
Kevin Mihelich 2021-05-07 00:02:01 +00:00
parent 608f3c6677
commit 731ef7f9ec

View file

@ -11,7 +11,7 @@
pkgname=fwupd
pkgver=1.6.0
pkgrel=1
pkgrel=3
pkgdesc="Simple daemon to allow session software to update firmware"
arch=(x86_64)
url="https://github.com/fwupd/fwupd"
@ -39,11 +39,18 @@ backup=('etc/fwupd/daemon.conf'
'etc/fwupd/thunderbolt.conf'
'etc/fwupd/uefi_capsule.conf'
'etc/fwupd/upower.conf')
source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc}
"fix-efi.patch::$url/commit/197d3dc3b9acb93be30c4a7f49e8c0ad3f554818.patch")
sha256sums=('c4d9c5a870a60517470f7c4d2ae339eccb77bbca5b474c483984d0d4ece33f5e'
'SKIP')
'SKIP'
'bc166b15607992362723341932cca193cb13c85e84300d42246e7e54a8041aa3')
validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes <richard@hughsie.com>
prepare() {
cd ${pkgname}-${pkgver}
patch -p1 -i ../fix-efi.patch
}
build() {
arch-meson ${pkgname}-${pkgver} build \
-D b_lto=false \