mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/fwupd to 1.3.9-1
This commit is contained in:
parent
51d0cd0025
commit
612e4e6563
1 changed files with 9 additions and 6 deletions
|
@ -9,8 +9,8 @@
|
|||
# - meson with -Dplugin_tpm=false (tpm2-tss dependency)
|
||||
|
||||
pkgname=fwupd
|
||||
pkgver=1.3.8
|
||||
pkgrel=2
|
||||
pkgver=1.3.9
|
||||
pkgrel=1
|
||||
pkgdesc="Simple daemon to allow session software to update firmware"
|
||||
arch=(x86_64)
|
||||
url="https://github.com/fwupd/fwupd"
|
||||
|
@ -18,7 +18,10 @@ license=(LGPL)
|
|||
depends=(libxmlb python libgusb
|
||||
libsoup json-glib gcab libarchive gpgme
|
||||
libgudev polkit shared-mime-info)
|
||||
optdepends=('modemmanager: modem firmware upgrade support')
|
||||
optdepends=(
|
||||
'modemmanager: modem firmware upgrade support'
|
||||
'udisks2: UEFI firmware upgrade support'
|
||||
)
|
||||
makedepends=(meson gobject-introspection gtk-doc
|
||||
python-cairo noto-fonts noto-fonts-cjk python-gobject vala
|
||||
bash-completion python-pillow help2man)
|
||||
|
@ -31,10 +34,10 @@ backup=('etc/fwupd/daemon.conf'
|
|||
'etc/fwupd/remotes.d/lvfs.conf'
|
||||
'etc/fwupd/remotes.d/vendor-directory.conf'
|
||||
'etc/fwupd/remotes.d/vendor.conf'
|
||||
'etc/fwupd/uefi.conf')
|
||||
'etc/fwupd/uefi.conf'
|
||||
'etc/fwupd/upower.conf')
|
||||
source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
|
||||
sha256sums=('1d49f33fd18af6e0cef630092abe4b48253841915b18cd83f9c40e23c6e50b92'
|
||||
'SKIP')
|
||||
sha256sums=('66e446f9437c79b5efe59f1f398593d1e0ad1f29065e807c62cbb7c007aac740' 'SKIP')
|
||||
validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes <richard@hughsie.com>
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue