mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/fwupd to 1.8.12-1
This commit is contained in:
parent
a737974dd9
commit
04da223c00
1 changed files with 6 additions and 5 deletions
|
@ -11,9 +11,10 @@
|
|||
# - meson with -Dplugin_msr=false
|
||||
# - meson with -Dplugin_intel_spi=false
|
||||
# - replace efi_sbat_distro_url with ALARM URL
|
||||
# - remove makedepend on pandoc, meson with -Dman=disabled
|
||||
|
||||
pkgname=fwupd
|
||||
pkgver=1.8.11
|
||||
pkgver=1.8.12
|
||||
pkgrel=1
|
||||
pkgdesc="Simple daemon to allow session software to update firmware"
|
||||
arch=(x86_64)
|
||||
|
@ -31,7 +32,7 @@ optdepends=(
|
|||
)
|
||||
makedepends=(meson gobject-introspection gi-docgen
|
||||
python-cairo noto-fonts noto-fonts-cjk python-gobject vala
|
||||
bash-completion python-pillow help2man)
|
||||
bash-completion python-pillow)
|
||||
checkdepends=(umockdev)
|
||||
provides=(libfwupd.so)
|
||||
backup=('etc/fwupd/daemon.conf'
|
||||
|
@ -46,9 +47,9 @@ backup=('etc/fwupd/daemon.conf'
|
|||
'etc/fwupd/uefi_capsule.conf'
|
||||
)
|
||||
source=("https://github.com/fwupd/fwupd/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc})
|
||||
sha512sums=('f1fe648e33dc407bbb2ab438a29dee6e29ccdfa8cb6ca421b92cdfd724a3347254e6ddf35634b1e41e985558ea95166914b3fde927f61f1c0aa29800bf6ca6de'
|
||||
sha512sums=('1e0b9641b078de14796e2ee761e29dc6abd3669242bc64b5f9810c475d8eb7b87965d0216ddbf54ec72c383ae5943b9ffa69294bd9c7f4cf43daa1a1737d3f64'
|
||||
'SKIP')
|
||||
b2sums=('d86b8776f78405384fcced78ebe1478585a4ca5127a184d357f2b8fc78f6437a58030c81f5bae672564e2a0df85d9b8512869b7eb1b82f5099bd0c4269acebc5'
|
||||
b2sums=('d3c755cb63b3b06d088cb117e68bdabffa5823278f7936e08626c8630d77b2f3d669795755459d392d7619902ae8f1dc62dd82c8b2b999728dc1fde8ec9b5805'
|
||||
'SKIP')
|
||||
validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes <richard@hughsie.com>
|
||||
|
||||
|
@ -59,7 +60,7 @@ build() {
|
|||
-D plugin_intel_spi=false \
|
||||
-D supported_build=enabled \
|
||||
-D efi_binary=false \
|
||||
-Dplugin_dell=false -Dplugin_uefi_capsule=false -Dplugin_uefi_pk=false -Dplugin_redfish=false -Dplugin_nvme=false -Dplugin_msr=false
|
||||
-Dplugin_dell=false -Dplugin_uefi_capsule=false -Dplugin_uefi_pk=false -Dplugin_redfish=false -Dplugin_nvme=false -Dplugin_msr=false -Dman=disabled
|
||||
meson compile -C build
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue