mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/fwupd to 1.2.6-1
This commit is contained in:
parent
1733e4e04d
commit
9cc7610fb7
1 changed files with 4 additions and 3 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.2.5
|
||||
pkgver=1.2.6
|
||||
pkgrel=1
|
||||
pkgdesc="A simple daemon to allow session software to update firmware"
|
||||
arch=('x86_64')
|
||||
|
@ -16,7 +16,7 @@ url="https://github.com/hughsie/fwupd"
|
|||
license=('LGPL')
|
||||
depends=('libxmlb' 'python' 'libgusb'
|
||||
'libsoup' 'json-glib' 'gcab' 'libarchive' 'gpgme'
|
||||
'libgudev' 'polkit' 'shared-mime-info')
|
||||
'libgudev' 'polkit' 'shared-mime-info' 'modemmanager')
|
||||
makedepends=('meson' 'gobject-introspection' 'gtk-doc'
|
||||
'python-cairo' 'noto-fonts' 'noto-fonts-cjk' 'python-gobject' 'vala'
|
||||
'bash-completion' 'python-pillow' 'help2man')
|
||||
|
@ -25,7 +25,8 @@ optdepends=('tpm2-abrmd: TPM2 support'
|
|||
checkdepends=('umockdev')
|
||||
backup=('etc/fwupd/daemon.conf' 'etc/fwupd/uefi.conf')
|
||||
source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
|
||||
sha256sums=('056115790c95537fbaf5c348ea3d1ee8a3a005f55c2613fc83e6401c67faf920' 'SKIP')
|
||||
sha256sums=('36f53b652a0df9088c53311d0ab48dfff0b6cb79c56257fbd3034146b6979467'
|
||||
'SKIP')
|
||||
validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes <richard@hughsie.com>
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue