sysutils/ssu & textproc/lpeg: fix license
This commit is contained in:
parent
65b3c65cd9
commit
ddcc5dc188
|
@ -9,7 +9,7 @@ www="https://github.com/illiliti/ssu"
|
|||
master_site="https://github.com/illiliti/ssu/archive/refs/tags/"
|
||||
source_name="$version.tar.gz"
|
||||
license_logic="single"
|
||||
license="(GPL-3.0)"
|
||||
license=("GPLv3")
|
||||
|
||||
build_dependencies=("devel/gmake" "lang/gcc" "devel/linux-headers")
|
||||
run_dependencies=("system/glibc")
|
||||
|
|
|
@ -9,7 +9,7 @@ www="https://www.inf.puc-rio.br/~roberto/lpeg/"
|
|||
master_site="https://www.inf.puc-rio.br/~roberto/lpeg/"
|
||||
source_name="$name-$version.tar.gz"
|
||||
license_logic="single"
|
||||
license=("MIT")
|
||||
licenses=("MIT")
|
||||
|
||||
build_dependencies=("lang/lua" "lang/gcc" "devel/gmake")
|
||||
run_dependencies=("lang/lua" "system/glibc")
|
||||
|
|
Loading…
Reference in New Issue