From d5081ce3e9458962559be75205dffc8a05389936 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= Date: Sun, 22 Jan 2023 12:38:38 +0000 Subject: [PATCH] libgusb: update to 0.4.3. --- srcpkgs/libgusb/template | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/srcpkgs/libgusb/template b/srcpkgs/libgusb/template index 6860869a82c9..faefc9d8dbad 100644 --- a/srcpkgs/libgusb/template +++ b/srcpkgs/libgusb/template @@ -1,6 +1,6 @@ # Template file for 'libgusb' pkgname=libgusb -version=0.3.10 +version=0.4.3 revision=1 build_style=meson build_helper="gir" @@ -8,16 +8,15 @@ 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 " 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 -# requires access to USB devices, not available on CI -make_check=ci-skip +distfiles="https://github.com/hughsie/libgusb/archive/refs/tags/${version}.tar.gz" +checksum=8c7b7305b74e2e8725b3db19a80f5daecc560b8b6875fa8e7f90278b4b9bdacd +make_check=ci-skip # libgusb:ERROR:../gusb/gusb-self-test.c:83:gusb_context_func: assertion failed (array->len > 0): (0 > 0) build_options="gir vala" build_options_default="gir vala"