community/fwupd to 1.2.6-1

This commit is contained in:
Kevin Mihelich 2019-03-29 00:28:43 +00:00
parent 1733e4e04d
commit 9cc7610fb7

View file

@ -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() {