libgusb: update to 0.4.5.

This commit is contained in:
triallax 2023-04-28 23:44:37 +03:00 committed by Andrew Benson
parent dcbf2b7a09
commit 98534284e9
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'libgusb' # Template file for 'libgusb'
pkgname=libgusb pkgname=libgusb
version=0.3.10 version=0.4.5
revision=1 revision=1
build_style=meson build_style=meson
build_helper="gir" build_helper="gir"
@ -8,14 +8,14 @@ configure_args="-Ddocs=false -Dintrospection=$(vopt_if gir true false)
-Dvapi=$(vopt_if vala true false)" -Dvapi=$(vopt_if vala true false)"
hostmakedepends="pkg-config $(vopt_if vala vala)" hostmakedepends="pkg-config $(vopt_if vala vala)"
makedepends="libglib-devel libusb-devel libgudev-devel $(vopt_if vala vala-devel) makedepends="libglib-devel libusb-devel libgudev-devel $(vopt_if vala vala-devel)
usbutils" usbutils json-glib-devel"
short_desc="GLib wrapper around libusb1" short_desc="GLib wrapper around libusb1"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-2.1-or-later" license="LGPL-2.1-or-later"
homepage="https://github.com/hughsie/libgusb" homepage="https://github.com/hughsie/libgusb"
changelog="https://raw.githubusercontent.com/hughsie/libgusb/master/NEWS" changelog="https://raw.githubusercontent.com/hughsie/libgusb/master/NEWS"
distfiles="http://people.freedesktop.org/~hughsient/releases/${pkgname}-${version}.tar.xz" distfiles="https://github.com/hughsie/libgusb/releases/download/${version}/libgusb-${version}.tar.xz"
checksum=0eb0b9ab0f8bba0c59631c809c37b616ef34eb3c8e000b0b9b71cf11e4931bdc checksum=bc8c6328289f057c8f73b07c1ba6251de96029787309f2672ca252ca90ace1b2
# requires access to USB devices, not available on CI # requires access to USB devices, not available on CI
make_check=ci-skip make_check=ci-skip