From 517a692e6dc1611173c2e236aeea8b6cd2802f56 Mon Sep 17 00:00:00 2001 From: Colin Booth Date: Fri, 26 Mar 2021 08:23:27 -0700 Subject: [PATCH] chmlib: fix license --- srcpkgs/chmlib/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/chmlib/template b/srcpkgs/chmlib/template index 7f2eb56ab4a..a573c27d149 100644 --- a/srcpkgs/chmlib/template +++ b/srcpkgs/chmlib/template @@ -1,12 +1,12 @@ # Template file for 'chmlib' pkgname=chmlib version=0.40 -revision=3 +revision=4 build_style=gnu-configure configure_args="--enable-examples" short_desc="Utilities for dealing with Microsoft ITSS/CHM format files" maintainer="Orphaned " -license="LGPL-2.1" +license="LGPL-2.1-or-later" homepage="http://www.jedrea.com/chmlib/" distfiles="http://www.jedrea.com/${pkgname}/${pkgname}-${version}.tar.bz2" checksum=3449d64b0cf71578b2c7e3ddc048d4af3661f44a83941ea074a7813f3a59ffa3 @@ -26,4 +26,3 @@ libchmlib-devel_package() { vmove usr/lib/*.so } } -