chmlib: fix license

This commit is contained in:
Colin Booth 2021-03-26 08:23:27 -07:00 committed by Érico Nogueira Rolim
parent 80e021ac8e
commit 517a692e6d

View file

@ -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 <orphan@voidlinux.org>"
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
}
}