diff --git a/BioArchLinux/r-opencpu/PKGBUILD b/BioArchLinux/r-opencpu/PKGBUILD index 6d96c536a1..87bee69fab 100644 --- a/BioArchLinux/r-opencpu/PKGBUILD +++ b/BioArchLinux/r-opencpu/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=1 pkgdesc="Producing and Reproducing Results" arch=(any) url="https://cran.r-project.org/package=$_pkgname" -license=(Apache) +license=('Apache-2.0') depends=( pandoc r-brew diff --git a/BioArchLinux/r-qpdf/PKGBUILD b/BioArchLinux/r-qpdf/PKGBUILD index baca2255b3..e39bfa6218 100644 --- a/BioArchLinux/r-qpdf/PKGBUILD +++ b/BioArchLinux/r-qpdf/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=4 pkgdesc="Split, Combine and Compress PDF Files" arch=(x86_64) url="https://cran.r-project.org/package=$_pkgname" -license=(Apache) +license=('Apache-2.0') depends=( qpdf r-askpass diff --git a/BioArchLinux/r-rcolorbrewer/PKGBUILD b/BioArchLinux/r-rcolorbrewer/PKGBUILD index 348135f1ba..6afc3f231a 100644 --- a/BioArchLinux/r-rcolorbrewer/PKGBUILD +++ b/BioArchLinux/r-rcolorbrewer/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=9 pkgdesc="ColorBrewer Palettes" arch=(any) url="https://cran.r-project.org/package=$_pkgname" -license=(Apache) +license=('Apache-2.0') depends=( r ) diff --git a/BioArchLinux/r-reticulate/PKGBUILD b/BioArchLinux/r-reticulate/PKGBUILD index 1ba5f6d98b..4742929f4a 100644 --- a/BioArchLinux/r-reticulate/PKGBUILD +++ b/BioArchLinux/r-reticulate/PKGBUILD @@ -10,7 +10,7 @@ pkgrel=3 pkgdesc="Interface to 'Python'" arch=(x86_64) url="https://cran.r-project.org/package=$_pkgname" -license=(Apache) +license=('Apache-2.0') depends=( python r-here diff --git a/lilac-extensions/lilac_r_utils.py b/lilac-extensions/lilac_r_utils.py index 120a0e06b1..afd3a892c3 100644 --- a/lilac-extensions/lilac_r_utils.py +++ b/lilac-extensions/lilac_r_utils.py @@ -190,7 +190,7 @@ license_map = { "Apache License (== 2.0)": "Apache-2.0", "Apache License (>= 2)": "Apache", "Apache License (>= 2.0)": "Apache", - "Apache License 2.0": "Apache", + "Apache License 2.0": "Apache-2.0", "Artistic-1.0": "Artistic-1.0-Perl", "Artistic-2.0": "Artistic2.0", "BSD_2_clause + file LICENSE": "BSD",