From ad25804fa0837c23dc9a1f9077147ccec4507a7b Mon Sep 17 00:00:00 2001 From: Colin Booth Date: Thu, 25 Mar 2021 13:53:00 -0700 Subject: [PATCH] batman-adv14: fix license GPL-2.0-only is a best guess based on a lack of "... or newer" in the source file licensing comment and there not being a COPYING or LICENSE (or equivalent) file with the source. --- srcpkgs/batman-adv14/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/batman-adv14/template b/srcpkgs/batman-adv14/template index e5f3028dc49..8fb35827056 100644 --- a/srcpkgs/batman-adv14/template +++ b/srcpkgs/batman-adv14/template @@ -1,16 +1,16 @@ # Template file for 'batman-adv14' pkgname=batman-adv14 version=2013.4.0 -revision=8 +revision=9 +wrksrc="batman-adv-$version" short_desc="B.A.T.M.A.N. routing protocol kernel module (protocol version 14)" maintainer="Enno Boland " -license="GPL-2" +license="GPL-2.0-only" homepage="http://www.open-mesh.org/" distfiles="http://downloads.open-mesh.org/batman/releases/batman-adv-${version}/batman-adv-${version}.tar.gz" checksum=a9b1b7542c94cc6bf7c97b7b0d02bf071b5632a64480ae419358b9cb9cab6870 -conflicts="batman-adv>=0" -wrksrc="batman-adv-$version" provides="batman-adv-${version}_${revision}" +conflicts="batman-adv>=0" dkms_modules="batman-adv14 ${version}" depends="dkms"