ccextractor: fix license

This commit is contained in:
Colin Booth 2021-03-25 23:40:08 -07:00 committed by Érico Nogueira Rolim
parent aee9152852
commit 856bc99e64

View file

@ -1,7 +1,7 @@
# Template file for 'ccextractor'
pkgname=ccextractor
version=0.88
revision=1
revision=2
build_wrksrc="linux"
build_style=gnu-configure
configure_args="--enable-ocr --enable-hardsubx"
@ -9,7 +9,7 @@ hostmakedepends="automake pkg-config"
makedepends="leptonica-devel tesseract-ocr-devel ffmpeg-devel"
short_desc="Extract subtitles from video streams"
maintainer="newbluemoon <blaumolch@mailbox.org>"
license="GPL-2"
license="GPL-2.0-or-later"
homepage="https://www.ccextractor.org/"
changelog="https://raw.githubusercontent.com/CCExtractor/ccextractor/master/docs/CHANGES.TXT"
distfiles="https://github.com/CCExtractor/${pkgname}/archive/v${version}.tar.gz"