diff options
author | Viktor Drobot | 2020-03-19 19:33:12 +0300 |
---|---|---|
committer | Viktor Drobot | 2020-03-19 19:33:12 +0300 |
commit | 5ff6914f8996b66693762d36abf94042a57a689b (patch) | |
tree | 83fe3b5caf436e8b5f934c3ca8d028c4129bca5c /PKGBUILD | |
parent | c286d9a8e70991e44511a0962c75b3b100ed75d3 (diff) | |
download | aur-5ff6914f8996b66693762d36abf94042a57a689b.tar.gz |
Update 0.1.10
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ # Contributor: Alex Branham <branham@utexas.edu> _cranname=recipes -_cranver=0.1.9 +_cranver=0.1.10 pkgname=r-${_cranname,,} pkgver=${_cranver//[:-]/.} pkgrel=1 @@ -13,7 +13,7 @@ license=(GPL2) depends=('r>=3.1' r-dplyr r-generics r-glue r-gower r-ipred r-lubridate r-magrittr 'r-purrr>=0.2.3' 'r-rlang>=0.4.0' r-tibble 'r-tidyr>=0.8.3' 'r-tidyselect>=0.2.5' r-timedate r-withr) optdepends=(r-covr r-ddalpha r-dimred r-fastica r-ggplot2 r-igraph r-kernlab r-knitr r-modeldata r-pls r-rann r-rcpproll r-rmarkdown r-rsample r-rspectra r-testthat r-xml2) source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz") -md5sums=('68bf20830e13fae4364e9e8e8c9927e4') +md5sums=('27a314365350304dbc24327e7ead88e6') build() { cd "${srcdir}" |