summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPellegrino Prevete2023-01-10 21:54:58 +0000
committerPellegrino Prevete2023-01-10 21:54:58 +0000
commit57058fea9089c5d9d93d7def47a841e20a3fd51f (patch)
tree1c28a7849b686df340742be7692435eb09e8a91c /PKGBUILD
parent2d73e5387d1ed2d9276be2fe9fc2b630ba33ead4 (diff)
downloadaur-ps2-lz4.tar.gz
fix license
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 157497c0dfaa..c641691c3255 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ _pkgdesc=("Extremely Fast Compression algorithm "
"(Sony Playstation® 2 videogame system port).")
pkgdesc="${_pkgdesc[*]}"
arch=('x86_64')
-license=('custom')
+license=('GPL2')
_ns="${_pkg}"
_github="https://github.com/${_ns}"
_local="ssh://git@127.0.0.1:/home/git"