mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/fwupd to 1.1.3-1
This commit is contained in:
parent
8f4d8293f4
commit
c0112102a7
1 changed files with 8 additions and 5 deletions
|
@ -8,19 +8,22 @@
|
|||
# - meson with -Dplugin_uefi=false -Dplugin_redfish=false -Dplugin_nvme=false (efivar, gnu-efi-libs dependency)
|
||||
|
||||
pkgname=fwupd
|
||||
pkgver=1.1.2
|
||||
pkgver=1.1.3
|
||||
pkgrel=1
|
||||
pkgdesc='A simple daemon to allow session software to update firmware'
|
||||
arch=('x86_64')
|
||||
url='https://github.com/hughsie/fwupd'
|
||||
license=('LGPL')
|
||||
depends=('appstream-glib' 'python')
|
||||
makedepends=('meson' 'gtk-doc' 'help2man' 'bash-completion' 'python-pillow' 'gobject-introspection'
|
||||
'python-cairo' 'noto-fonts' 'noto-fonts-cjk' 'python-gobject' 'vala')
|
||||
depends=('appstream-glib' 'python' 'libgusb')
|
||||
makedepends=('meson' 'gobject-introspection' 'gtk-doc'
|
||||
'python-cairo' 'noto-fonts' 'noto-fonts-cjk' 'python-gobject' 'vala'
|
||||
'libsoup' 'polkit' 'gcab'
|
||||
'bash-completion' 'python-pillow' 'help2man')
|
||||
checkdepends=('umockdev')
|
||||
backup=('etc/fwupd/daemon.conf' 'etc/fwupd/uefi.conf')
|
||||
source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
|
||||
sha256sums=('da3d26c81c8833a28e463234f71e54cbf59bcfa01cc824088863a6dd02440fe2' 'SKIP')
|
||||
sha256sums=('474568a98af8ae82255c18da90ce2e4d290875da98638c4b1c44632c758314af'
|
||||
'SKIP')
|
||||
validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes <richard@hughsie.com>
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue