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