mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/fwupd to 1.3.3-1
This commit is contained in:
parent
f77eea207c
commit
a06f4227e7
1 changed files with 2 additions and 11 deletions
|
@ -8,7 +8,7 @@
|
|||
# - meson with -Dplugin_uefi=false -Dplugin_redfish=false -Dplugin_nvme=false (efivar, gnu-efi-libs dependency)
|
||||
|
||||
pkgname=fwupd
|
||||
pkgver=1.3.2
|
||||
pkgver=1.3.3
|
||||
pkgrel=1
|
||||
pkgdesc="A simple daemon to allow session software to update firmware"
|
||||
arch=(x86_64)
|
||||
|
@ -31,18 +31,9 @@ backup=('etc/fwupd/daemon.conf'
|
|||
'etc/fwupd/remotes.d/vendor.conf'
|
||||
'etc/fwupd/uefi.conf')
|
||||
source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
|
||||
sha256sums=('33a52b6140b6b0860db649674d0b9af23387328cf92a2eafd8f3a766f365891e'
|
||||
'SKIP')
|
||||
sha256sums=('14ff660549b7cb7bdabc330868e00665f538cf666dee3fc982d47d8bfac61f5b' 'SKIP')
|
||||
validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes <richard@hughsie.com>
|
||||
|
||||
prepare() {
|
||||
cd ${pkgname}-${pkgver}
|
||||
|
||||
# This tests are failing inside a chroot
|
||||
sed -i "/test('uefi-self-test', e)/d" plugins/uefi/meson.build
|
||||
sed -i "/test('dell-self-test', e)/d" plugins/dell/meson.build
|
||||
}
|
||||
|
||||
build() {
|
||||
cd ${pkgname}-${pkgver}
|
||||
arch-meson -D b_lto=false -Dplugin_dell=false -Dplugin_uefi=false -Dplugin_redfish=false -Dplugin_nvme=false ../build
|
||||
|
|
Loading…
Reference in a new issue