diff --git a/BioArchLinux/r-binr/PKGBUILD b/BioArchLinux/r-binr/PKGBUILD index 40d97f0dbe..25f002e838 100644 --- a/BioArchLinux/r-binr/PKGBUILD +++ b/BioArchLinux/r-binr/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=4 pkgdesc="Cut Numeric Values into Evenly Distributed Groups" arch=(any) url="https://cran.r-project.org/package=$_pkgname" -license=(Apache) +license=('Apache-2.0') depends=( r ) diff --git a/BioArchLinux/r-foreach/PKGBUILD b/BioArchLinux/r-foreach/PKGBUILD index f320d53d10..0dbb05199f 100644 --- a/BioArchLinux/r-foreach/PKGBUILD +++ b/BioArchLinux/r-foreach/PKGBUILD @@ -11,7 +11,7 @@ pkgrel=7 pkgdesc="Provides Foreach Looping Construct" arch=(any) url="https://cran.r-project.org/package=$_pkgname" -license=(Apache) +license=('Apache-2.0') depends=( r-iterators ) diff --git a/BioArchLinux/r-iterators/PKGBUILD b/BioArchLinux/r-iterators/PKGBUILD index c3f1dca77a..700448bd34 100644 --- a/BioArchLinux/r-iterators/PKGBUILD +++ b/BioArchLinux/r-iterators/PKGBUILD @@ -11,7 +11,7 @@ pkgrel=11 pkgdesc="Provides Iterator Construct" arch=(any) url="https://cran.r-project.org/package=$_pkgname" -license=(Apache) +license=('Apache-2.0') depends=( r ) diff --git a/BioArchLinux/r-oompabase/PKGBUILD b/BioArchLinux/r-oompabase/PKGBUILD index 245454a8ce..4f35bc7d65 100644 --- a/BioArchLinux/r-oompabase/PKGBUILD +++ b/BioArchLinux/r-oompabase/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=2 pkgdesc="Class Unions, Matrix Operations, and Color Schemes for OOMPA" arch=(any) url="https://cran.r-project.org/package=$_pkgname" -license=(Apache) +license=('Apache-2.0') depends=( r ) diff --git a/BioArchLinux/r-openmx/PKGBUILD b/BioArchLinux/r-openmx/PKGBUILD index 36b16ca7db..84f96ffc13 100644 --- a/BioArchLinux/r-openmx/PKGBUILD +++ b/BioArchLinux/r-openmx/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=2 pkgdesc="Extended Structural Equation Modelling" arch=(x86_64) url="https://cran.r-project.org/package=$_pkgname" -license=(Apache) +license=('Apache-2.0') depends=( r-digest r-lifecycle diff --git a/lilac-extensions/lilac_r_utils.py b/lilac-extensions/lilac_r_utils.py index 139699baae..120a0e06b1 100644 --- a/lilac-extensions/lilac_r_utils.py +++ b/lilac-extensions/lilac_r_utils.py @@ -187,7 +187,7 @@ class Pkgbuild: license_map = { "AGPL-3": "AGPL-3.0-only", "Apache License": "Apache", - "Apache License (== 2.0)": "Apache", + "Apache License (== 2.0)": "Apache-2.0", "Apache License (>= 2)": "Apache", "Apache License (>= 2.0)": "Apache", "Apache License 2.0": "Apache",