community/fwupd to 1.4.6-1

This commit is contained in:
Kevin Mihelich 2020-09-08 20:08:50 +00:00
parent 3f1d458d78
commit a2133985ce

View file

@ -9,8 +9,8 @@
# - meson with -Dplugin_tpm=false (tpm2-tss dependency)
pkgname=fwupd
pkgver=1.4.5
pkgrel=2
pkgver=1.4.6
pkgrel=1
pkgdesc="Simple daemon to allow session software to update firmware"
arch=(x86_64)
url="https://github.com/fwupd/fwupd"
@ -38,7 +38,7 @@ backup=('etc/fwupd/daemon.conf'
'etc/fwupd/uefi.conf'
'etc/fwupd/upower.conf')
source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
sha256sums=('bc1b625503d7e3ff73d7d69348b38e5337f40d60f6722d1820c4e2b530eff842'
sha256sums=('00a1b9b2d8a822f79073ba2861bff652839a0736cf505cd893cb592b4af3bcad'
'SKIP')
validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes <richard@hughsie.com>
@ -57,4 +57,6 @@ package() {
install -d -o root -g 102 -m 750 "${pkgdir}"/usr/share/polkit-1/rules.d
# Remove the tests
rm -r "${pkgdir}"/usr/share/installed-tests/
mv "${pkgdir}"/usr/bin/{,fwupd-}dbxtool
mv "${pkgdir}"/usr/share/man/man1/{,fwupd-}dbxtool.1
}