From d3ba90d2b279f896d2cb95af6ec10b0ba526ceec Mon Sep 17 00:00:00 2001 From: Colin Booth Date: Tue, 8 Jun 2021 00:16:40 -0700 Subject: [PATCH] usb-modeswitch: fix license, http->https --- srcpkgs/usb-modeswitch/template | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/srcpkgs/usb-modeswitch/template b/srcpkgs/usb-modeswitch/template index 475c1695fab..ef478c3f495 100644 --- a/srcpkgs/usb-modeswitch/template +++ b/srcpkgs/usb-modeswitch/template @@ -1,7 +1,7 @@ # Template file for 'usb-modeswitch' pkgname=usb-modeswitch version=2.6.0 -revision=1 +revision=2 build_style=gnu-makefile conf_files="/etc/usb_modeswitch.conf" make_install_args="SBINDIR=/usr/bin UDEVDIR=/usr/lib/udev" @@ -10,7 +10,11 @@ makedepends="libusb-devel" depends="tcl ${pkgname}-data" short_desc="Mode switching tool for controlling multi-mode USB devices" maintainer="Enno Boland " -license="GPL-2" -homepage="http://www.draisberghof.de/usb_modeswitch/" -distfiles="http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-${version}.tar.bz2" +license="GPL-2.0-or-later, BSD-2-Clause" +homepage="https://www.draisberghof.de/usb_modeswitch/" +distfiles="https://www.draisberghof.de/usb_modeswitch/usb-modeswitch-${version}.tar.bz2" checksum=c215236e6bada6e659fc195a31d611ea298a4bdb4d57a0d68c553b56585f8ba3 + +post_install() { + vlicense COPYING LICENSE +}