1
0
Fork 0

sysutils/ssu & textproc/lpeg: fix license

This commit is contained in:
ffqq 2024-01-24 14:34:00 +03:00
parent 65b3c65cd9
commit ddcc5dc188
2 changed files with 2 additions and 2 deletions

View File

@ -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")

View File

@ -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")