mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/fwupd to 1.2.1-1
This commit is contained in:
parent
c7ec5c92d3
commit
7d4584ff88
1 changed files with 3 additions and 3 deletions
|
@ -8,8 +8,8 @@
|
|||
# - meson with -Dplugin_uefi=false -Dplugin_redfish=false -Dplugin_nvme=false (efivar, gnu-efi-libs dependency)
|
||||
|
||||
pkgname=fwupd
|
||||
pkgver=1.2.0
|
||||
pkgrel=2
|
||||
pkgver=1.2.1
|
||||
pkgrel=1
|
||||
pkgdesc="A simple daemon to allow session software to update firmware"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/hughsie/fwupd"
|
||||
|
@ -23,7 +23,7 @@ makedepends=('meson' 'gobject-introspection' 'gtk-doc'
|
|||
checkdepends=('umockdev')
|
||||
backup=('etc/fwupd/daemon.conf' 'etc/fwupd/uefi.conf')
|
||||
source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
|
||||
sha256sums=('6d2b91fddbcd1ea9a0c3a9c1867cac5580ac5c0deb9dabde63bba438f45a6f21' 'SKIP')
|
||||
sha256sums=('e1c1d629d09756388f28e2e769443dad918cb9a188898ab5547e3e02351dcb88' 'SKIP')
|
||||
validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes <richard@hughsie.com>
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue