community/fwupd to 1.5.7-1

This commit is contained in:
Kevin Mihelich 2021-02-28 21:37:57 +00:00
parent 974ab3051a
commit 2361042d40

View file

@ -10,8 +10,8 @@
# - meson with -Dplugin_msr=false
pkgname=fwupd
pkgver=1.5.6
pkgrel=2
pkgver=1.5.7
pkgrel=1
pkgdesc="Simple daemon to allow session software to update firmware"
arch=(x86_64)
url="https://github.com/fwupd/fwupd"
@ -39,19 +39,11 @@ 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}
'fix-uefi-capsule.patch::https://github.com/fwupd/fwupd/commit/ec52942bc5ad9e80c8bf905e6d0a0ccf218acc1f.patch')
sha256sums=('133f2836349f3f2884bedfb6bf24b6772ed6e503a714a6e2fb17d7fde8852fb5'
'SKIP'
'ca82e796b14e52ca34f7a41add301681e4a8b20377f28bbc528b54cc24e8238a')
source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
sha256sums=('b06bb1bccd96b6e2a09b2d46756eb46e5b165ea9f37ceb1663afc16f76ce3a9a'
'SKIP')
validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes <richard@hughsie.com>
prepare() {
cd ${pkgname}-${pkgver}
patch -p1 -i ../fix-uefi-capsule.patch
}
build() {
arch-meson ${pkgname}-${pkgver} build \
-D b_lto=false \