mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/fwupd to 1.8.0-1
This commit is contained in:
parent
e8a8f7e714
commit
438233b586
1 changed files with 4 additions and 3 deletions
|
@ -13,7 +13,7 @@
|
|||
# - replace efi_sbat_distro_url with ALARM URL
|
||||
|
||||
pkgname=fwupd
|
||||
pkgver=1.7.7
|
||||
pkgver=1.8.0
|
||||
pkgrel=1
|
||||
pkgdesc="Simple daemon to allow session software to update firmware"
|
||||
arch=(x86_64)
|
||||
|
@ -22,7 +22,7 @@ license=(LGPL)
|
|||
depends=(libxmlb python libgusb
|
||||
polkit shared-mime-info tpm2-tss flashrom
|
||||
libjcat gcab hicolor-icon-theme
|
||||
libarchive.so libcurl.so
|
||||
libarchive.so libcurl.so libcbor.so
|
||||
libjson-glib-1.0.so libgudev-1.0.so libmm-glib.so
|
||||
libqmi-glib.so libprotobuf-c.so)
|
||||
optdepends=(
|
||||
|
@ -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=('414994d3acdf674a90f70a2da16da4e176a5ad11fe636e6ab3f0e1a49e062969'
|
||||
sha256sums=('2c09622e7392a30b4e450434338cf670d43328c2f213f46c5ffff101689fae9b'
|
||||
'SKIP')
|
||||
validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes <richard@hughsie.com>
|
||||
|
||||
|
@ -55,6 +55,7 @@ build() {
|
|||
-D plugin_modem_manager=true \
|
||||
-D plugin_intel_spi=false \
|
||||
-D lzma=true \
|
||||
-D cbor=enabled \
|
||||
-D docs=gtkdoc \
|
||||
-D plugin_flashrom=true \
|
||||
-D supported_build=true \
|
||||
|
|
Loading…
Reference in a new issue