summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c43019f0a771..081aef29a043 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = ps2-lz4
pkgrel = 1
url = https://github.com/lz4/lz4
arch = x86_64
- license = custom
+ license = GPL2
makedepends = ps2-sdk
makedepends = cmake
source = ps2-lz4::git+https://github.com/lz4/lz4#commit=5ff839680134437dbf4678f3d0c7b371d84f4964
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"