summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Bouvier2021-07-28 17:59:21 +0200
committerAlexandre Bouvier2021-07-28 17:59:21 +0200
commit5c96c7b8400736c0a61245de208f024b2483d9c0 (patch)
tree4927bef7310daf4e20c40fc098318a7f8166b8c7
parentf165b4d10fd64e661d8019c8daa9346152cf29bd (diff)
downloadaur-5c96c7b8400736c0a61245de208f024b2483d9c0.tar.gz
update license
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 554476c5b1cb..dc0d31fa6a85 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,9 +5,6 @@ pkgbase = libretro-pcsx2-git
url = https://github.com/libretro/pcsx2
arch = x86_64
groups = libretro
- license = GPL2
- license = GPL3
- license = LGPL2.1
license = LGPL3
makedepends = cmake
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 622463425783..565ad9a86876 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="Sony PlayStation 2 core"
arch=('x86_64')
url="https://github.com/libretro/pcsx2"
-license=('GPL2' 'GPL3' 'LGPL2.1' 'LGPL3')
+license=('LGPL3')
groups=('libretro')
depends=('glib2' 'libaio' 'libgl' 'libretro-core-info' 'systemd-libs')
makedepends=('cmake' 'git' 'libglvnd' 'systemd' 'vim')