From 6d056da12f5dd596dffdc96d3f22a2112fea052d Mon Sep 17 00:00:00 2001 From: travankor Date: Sat, 15 Feb 2020 01:29:38 -0700 Subject: [PATCH] libgusb: update to 0.3.3. --- srcpkgs/libgusb/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libgusb/template b/srcpkgs/libgusb/template index b8f469ebb8f..6068cca2684 100644 --- a/srcpkgs/libgusb/template +++ b/srcpkgs/libgusb/template @@ -1,6 +1,6 @@ # Template file for 'libgusb' pkgname=libgusb -version=0.3.1 +version=0.3.3 revision=1 build_style=meson build_helper="gir" @@ -13,8 +13,9 @@ 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=4b677a372e97748970b1bb3dac076da2d051e4376c5960e77b7159701c851fed +checksum=f93942585b7dfe7628415e1d504d9f6cf2cc1c42f1df2c8f7aa104111068eb92 build_options="gir vala" build_options_default="gir vala"