cparser: fix license
This commit is contained in:
parent
5765b5e4d2
commit
5e9e5edb14
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'cparser'
|
||||
pkgname=cparser
|
||||
version=1.22.0
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc="cparser-cparser-${version}"
|
||||
makedepends="libfirm-devel"
|
||||
depends="gcc"
|
||||
short_desc="C99 parser (with GNU extensions) and libfirm frontend"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="GPL-2"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="http://libfirm.org/"
|
||||
distfiles="https://github.com/MatzeB/cparser/archive/cparser-${version}.tar.gz"
|
||||
checksum=0965aa23d8ed7d4cce309806fec2d2c18ad20a74a084340baed0dc874b24175b
|
||||
|
|
Loading…
Reference in New Issue