mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/fwupd to 1.2.2-1
This commit is contained in:
parent
5e47e923e5
commit
17f7cdc4d4
1 changed files with 4 additions and 4 deletions
|
@ -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.1
|
||||
pkgver=1.2.2
|
||||
pkgrel=1
|
||||
pkgdesc="A simple daemon to allow session software to update firmware"
|
||||
arch=('x86_64')
|
||||
|
@ -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=('e1c1d629d09756388f28e2e769443dad918cb9a188898ab5547e3e02351dcb88' 'SKIP')
|
||||
sha256sums=('593d8ad46379d6f75636f14f67eccaa8562e0c17bf44f575728dc4f90a2689d3' 'SKIP')
|
||||
validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes <richard@hughsie.com>
|
||||
|
||||
build() {
|
||||
|
@ -40,7 +40,7 @@ check() {
|
|||
package() {
|
||||
DESTDIR="${pkgdir}" ninja -C build install
|
||||
# Fixup mode to match polkit
|
||||
install -d -o root -g 102 -m 750 "${pkgdir}/usr/share/polkit-1/rules.d"
|
||||
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/
|
||||
rm -r "${pkgdir}"/usr/share/installed-tests/
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue