summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarjan Krijan2023-03-08 10:26:53 +0100
committerDarjan Krijan2023-03-08 10:26:53 +0100
commitc7fba1efa108c9e2a5bb6c5dbcb249cdc8e7ff74 (patch)
treec4069ca2edd70680f178635f877c02dd973bfd8d
parent149c91dbfc2c295b45252b497d7e30d97b1b5c5d (diff)
downloadaur-c7fba1efa108c9e2a5bb6c5dbcb249cdc8e7ff74.tar.gz
MIT license like in upstream github repo.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 669d815fbf50..3d0307b78b40 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = ps3toolchain
pkgrel = 1
url = https://github.com/ps3dev/ps3toolchain
arch = any
- license = GPL
+ license = MIT
depends = ps3-ppu-binutils>=2.40
depends = ps3-ppu-gcc>=9.5.0
depends = ps3-spu-binutils>=2.22
diff --git a/PKGBUILD b/PKGBUILD
index 716a59082c8d..099b017e0d69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc='Meta package for tools used in the creation of homebrew software for the Sony PlayStation 3 videogame system.'
url='https://github.com/ps3dev/ps3toolchain'
arch=('any')
-license=('GPL')
+license=('MIT')
depends=(
'ps3-ppu-binutils>=2.40'
'ps3-ppu-gcc>=9.5.0'