mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/fwupd to 1.6.2-1
This commit is contained in:
parent
d67c27923d
commit
8c03ca65e4
1 changed files with 7 additions and 6 deletions
|
@ -10,10 +10,11 @@
|
|||
# - meson with -Dplugin_uefi_capsule=false -Dplugin_uefi_pk=false -Dplugin_redfish=false -Dplugin_nvme=false (efivar, gnu-efi-libs dependency)
|
||||
# - meson with -Dplugin_msr=false
|
||||
# - meson with -Dplugin_intel_spi=false
|
||||
# - replace efi_sbat_distro_url with ALARM URL
|
||||
|
||||
pkgname=fwupd
|
||||
pkgver=1.6.1
|
||||
pkgrel=2
|
||||
pkgver=1.6.2
|
||||
pkgrel=1
|
||||
pkgdesc="Simple daemon to allow session software to update firmware"
|
||||
arch=(x86_64)
|
||||
url="https://github.com/fwupd/fwupd"
|
||||
|
@ -21,7 +22,7 @@ license=(LGPL)
|
|||
depends=(libxmlb python libgusb
|
||||
polkit shared-mime-info tpm2-tss flashrom
|
||||
libjcat gcab
|
||||
libarchive.so libcurl.so libgpgme.so
|
||||
libarchive.so libcurl.so
|
||||
libjson-glib-1.0.so libgudev-1.0.so libmm-glib.so
|
||||
libqmi-glib.so)
|
||||
optdepends=(
|
||||
|
@ -42,9 +43,9 @@ backup=('etc/fwupd/daemon.conf'
|
|||
'etc/fwupd/remotes.d/vendor.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})
|
||||
sha256sums=('e75735cd75815a5b371c0db415bece28db555974bfa42f114bd45d8e529ecc47'
|
||||
sha256sums=('751fab6c8c205b1cea7c99b2667ab47d136951081cd93df5e0bea0fd2152e5f7'
|
||||
'SKIP')
|
||||
validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes <richard@hughsie.com>
|
||||
|
||||
|
@ -61,7 +62,7 @@ build() {
|
|||
-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://archlinux.org/packages/community/x86_64/${pkgname}/" \
|
||||
-D efi_sbat_distro_url="https://archlinuxarm.org/packages/${CARCH}/${pkgname}" \
|
||||
-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