summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Branham2018-05-30 17:21:48 -0500
committerAlex Branham2018-05-30 17:21:48 -0500
commit2e4965ff8c9d5a66bcf712d79dbd661725d72769 (patch)
tree3a2c547eb2d311a84f77d8fd9c8342fc118ec291
parent9c83cb1f2884cf9f88e34df4cfad2b0a5770e3c7 (diff)
downloadaur-2e4965ff8c9d5a66bcf712d79dbd661725d72769.tar.gz
Improve license
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a011ecb33591..5d505908ff3e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,8 @@ pkgbase = r-tidyverse
pkgrel = 1
url = https://cran.r-project.org/web/packages/tidyverse/index.html
arch = any
- license = GPL-3 | file LICENSE
+ license = GPL3
+ license = custom
depends = r
depends = r-cran-broom
depends = r-cran-cli
diff --git a/PKGBUILD b/PKGBUILD
index 3b9ca6d151b4..3f9a6ae2c381 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgrel=1
pkgdesc="Easily Install and Load the Tidyverse"
arch=('any')
url="https://cran.r-project.org/web/packages/${_cranname}/index.html"
-license=('GPL-3 | file LICENSE')
+license=('GPL3' 'custom')
depends=('r' 'r-cran-broom' 'r-cran-cli' 'r-crayon' 'r-cran-dplyr' 'r-dbplyr' 'r-cran-forcats' 'r-cran-ggplot2' 'r-haven' 'r-cran-hms' 'r-httr' 'r-jsonlite' 'r-cran-lubridate' 'r-magrittr' 'r-modelr' 'r-cran-purrr' 'r-cran-readr' 'r-readxl' 'r-reprex' 'r-cran-rlang' 'r-rstudioapi' 'r-rvest' 'r-stringr' 'r-cran-tibble' 'r-cran-tidyr' 'r-xml2')
optdepends=('r-feather' 'r-knitr' 'r-rmarkdown')