mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/fwupd to 1.7.1-1
This commit is contained in:
parent
89577c5723
commit
e0be4d3669
1 changed files with 3 additions and 7 deletions
|
@ -13,7 +13,7 @@
|
|||
# - replace efi_sbat_distro_url with ALARM URL
|
||||
|
||||
pkgname=fwupd
|
||||
pkgver=1.7.0
|
||||
pkgver=1.7.1
|
||||
pkgrel=1
|
||||
pkgdesc="Simple daemon to allow session software to update firmware"
|
||||
arch=(x86_64)
|
||||
|
@ -45,7 +45,7 @@ backup=('etc/fwupd/daemon.conf'
|
|||
'etc/fwupd/uefi_capsule.conf'
|
||||
)
|
||||
source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
|
||||
sha256sums=('6c4d5aa55abe8814810094f6e18db63a65539666e682aa9d050ce6028c2542c4'
|
||||
sha256sums=('ae56ceb44b786f21f54d133ac70bc5d9cb8cd4bda0167339c669a228da67fa3c'
|
||||
'SKIP')
|
||||
validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes <richard@hughsie.com>
|
||||
|
||||
|
@ -58,11 +58,7 @@ build() {
|
|||
-D docs=gtkdoc \
|
||||
-D plugin_flashrom=true \
|
||||
-D supported_build=true \
|
||||
-D efi_sbat_distro_id='arch' \
|
||||
-D efi_sbat_distro_summary='Arch Linux' \
|
||||
-D efi_sbat_distro_pkgname=${pkgname} \
|
||||
-D efi_sbat_distro_version=${pkgver} \
|
||||
-D efi_sbat_distro_url="https://archlinuxarm.org/packages/${CARCH}/${pkgname}" \
|
||||
-D efi_binary=false
|
||||
-Dplugin_dell=false -Dplugin_uefi_capsule=false -Dplugin_uefi_pk=false -Dplugin_redfish=false -Dplugin_nvme=false -Dplugin_msr=false
|
||||
meson compile -C build
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue