fwupd: update to 1.9.1.

This commit is contained in:
dataCobra 2023-05-15 07:54:09 +02:00 committed by Duncan Overbruck
parent 7862968647
commit 3c29c67167

View file

@ -1,6 +1,6 @@
# Template file for 'fwupd' # Template file for 'fwupd'
pkgname=fwupd pkgname=fwupd
version=1.8.8 version=1.9.1
revision=1 revision=1
build_style=meson build_style=meson
build_helper="gir" build_helper="gir"
@ -20,11 +20,11 @@ conf_files="
/etc/fwupd/*.conf /etc/fwupd/*.conf
/etc/fwupd/remotes.d/*.conf" /etc/fwupd/remotes.d/*.conf"
short_desc="Daemon to allow session software to update firmware" short_desc="Daemon to allow session software to update firmware"
maintainer="Érico Nogueira <ericonr@disroot.org>" maintainer="dataCobra <datacobra@thinkbot.de>"
license="LGPL-2.1-or-later" license="LGPL-2.1-or-later"
homepage="https://github.com/fwupd/fwupd" homepage="https://github.com/fwupd/fwupd"
distfiles="https://github.com/fwupd/fwupd/archive/${version}.tar.gz" distfiles="https://github.com/fwupd/fwupd/archive/${version}.tar.gz"
checksum=8a8f90680c1598407380ad57c15898bd48a903f2a74f3a97469a8e68b18f1fc1 checksum=0fe2c371a17007af70034e5393f67a23008111f2a5d1fac96440966029a4e8eb
replaces="fwupdate>=0" replaces="fwupdate>=0"
case "$XBPS_TARGET_MACHINE" in case "$XBPS_TARGET_MACHINE" in
@ -62,7 +62,6 @@ pre_build() {
} }
post_install() { post_install() {
vcompletion data/bash-completion/fwupdagent bash fwupdagent
vcompletion data/bash-completion/fwupdmgr bash fwupdmgr vcompletion data/bash-completion/fwupdmgr bash fwupdmgr
vcompletion data/bash-completion/fwupdtool bash fwupdtool vcompletion data/bash-completion/fwupdtool bash fwupdtool
} }