From dfe1fb6dd04d0830d157a25f5179bb14ed9676d8 Mon Sep 17 00:00:00 2001
From: Kevin Mihelich <kevin@archlinuxarm.org>
Date: Tue, 21 May 2019 18:11:21 +0000
Subject: [PATCH] community/fwupd to 1.2.9-1

---
 community/fwupd/PKGBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/community/fwupd/PKGBUILD b/community/fwupd/PKGBUILD
index d86049adf..6f0288a94 100644
--- a/community/fwupd/PKGBUILD
+++ b/community/fwupd/PKGBUILD
@@ -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.8
+pkgver=1.2.9
 pkgrel=1
 pkgdesc="A simple daemon to allow session software to update firmware"
 arch=(x86_64)
@@ -33,7 +33,7 @@ backup=('etc/fwupd/daemon.conf'
         'etc/fwupd/remotes.d/vendor.conf'
         'etc/fwupd/uefi.conf')
 source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('8c03a17b3de08d0de89902ac676c9c0ce66c14152e8798120c9669c044c17b61' 'SKIP')
+sha256sums=('65fedf85a3c518aa8c657321b2f854e207d6dd1e987cfd9eaf649f070d381da0' 'SKIP')
 validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes <richard@hughsie.com>
 
 build() {