summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex Branham2018-05-30 23:04:35 -0500
committerAlex Branham2018-05-30 23:04:35 -0500
commit04e5299eab6e30343f7904ed23058395e9fea3e5 (patch)
tree518c12b9016a79ded47810572c04b2b66c99d2dd /PKGBUILD
parentf3b19d77337f1dff38235d78fcdab9be72437514 (diff)
downloadaur-04e5299eab6e30343f7904ed23058395e9fea3e5.tar.gz
Account for some renames
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7d7f7d6f944a..63f0eb9c563f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,9 +9,9 @@ pkgdesc="R Interface to Stan"
arch=('any')
url="https://cran.r-project.org/web/packages/${_cranname}/index.html"
license=('GPL3')
-depends=('r' 'r-cran-ggplot2' 'r-stanheaders' 'r-inline' 'r-cran-gridextra' 'r-cran-bh' 'r-stanheaders')
+depends=('r' 'r-ggplot2' 'r-stanheaders' 'r-inline' 'r-cran-gridextra' 'r-bh' 'r-stanheaders')
-optdepends=('r-cran-bh' 'r-loo' 'r-shinystan' 'r-bayesplot' 'r-rstantools' 'r-rstudioapi' 'r-knitr')
+optdepends=('r-bh' 'r-loo' 'r-shinystan' 'r-bayesplot' 'r-rstantools' 'r-rstudioapi' 'r-knitr')
source=("https://cran.r-project.org/src/contrib/${_pkgtar}")
md5sums=('942f119d1dd76a915374eb37f54cb9a4')