diff --git a/BioArchLinux/r-plot3drgl/PKGBUILD b/BioArchLinux/r-plot3drgl/PKGBUILD index e28c93fb0a..8c9e783918 100644 --- a/BioArchLinux/r-plot3drgl/PKGBUILD +++ b/BioArchLinux/r-plot3drgl/PKGBUILD @@ -10,7 +10,7 @@ pkgrel=1 pkgdesc="Plotting Multi-Dimensional Data - Using 'rgl'" arch=(any) url="https://cran.r-project.org/package=$_pkgname" -license=(GPL3) +license=('GPL-3.0-or-later') depends=( r-plot3d r-rgl diff --git a/lilac-extensions/lilac_r_utils.py b/lilac-extensions/lilac_r_utils.py index 4e3a088e66..8d4d97c9d6 100644 --- a/lilac-extensions/lilac_r_utils.py +++ b/lilac-extensions/lilac_r_utils.py @@ -203,7 +203,7 @@ license_map = { "GPL (>= 2)": "GPL-2.0-or-later", "GPL (>= 2.0)": "GPL-2.0-or-later", "GPL (>= 3)": "GPL-3.0-or-later", - "GPL (>= 3.0)": "GPL3", + "GPL (>= 3.0)": "GPL-3.0-or-later", "GPL (>=2)": "GPL-2.0-or-later", "GPL-2": "GPL2", "GPL-2 | GPL-3": "GPL-2.0-only OR GPL-3.0-only",