mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/fwupd to 1.6.0-1
This commit is contained in:
parent
6250c72eac
commit
506bde0538
1 changed files with 4 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
# - meson with -Dplugin_msr=false
|
||||
|
||||
pkgname=fwupd
|
||||
pkgver=1.5.9
|
||||
pkgver=1.6.0
|
||||
pkgrel=1
|
||||
pkgdesc="Simple daemon to allow session software to update firmware"
|
||||
arch=(x86_64)
|
||||
|
@ -40,7 +40,7 @@ backup=('etc/fwupd/daemon.conf'
|
|||
'etc/fwupd/uefi_capsule.conf'
|
||||
'etc/fwupd/upower.conf')
|
||||
source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
|
||||
sha256sums=('c7a3459ed07e58857776ba3538928973a84ec173ed1c96f90265542de12c9457'
|
||||
sha256sums=('c4d9c5a870a60517470f7c4d2ae339eccb77bbca5b474c483984d0d4ece33f5e'
|
||||
'SKIP')
|
||||
validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes <richard@hughsie.com>
|
||||
|
||||
|
@ -70,4 +70,6 @@ package() {
|
|||
rm -r "${pkgdir}"/usr/share/installed-tests/
|
||||
#mv "${pkgdir}"/usr/bin/{,fwupd-}dbxtool
|
||||
#mv "${pkgdir}"/usr/share/man/man1/{,fwupd-}dbxtool.1
|
||||
# Remove msr module-load config as it is built-in
|
||||
rm -f "${pkgdir}"/usr/lib/modules-load.d/fwupd-msr.conf
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue