summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Branham2018-05-30 23:04:35 -0500
committerAlex Branham2018-05-30 23:04:35 -0500
commit04e5299eab6e30343f7904ed23058395e9fea3e5 (patch)
tree518c12b9016a79ded47810572c04b2b66c99d2dd
parentf3b19d77337f1dff38235d78fcdab9be72437514 (diff)
downloadaur-04e5299eab6e30343f7904ed23058395e9fea3e5.tar.gz
Account for some renames
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20d901866019..d3caf985c87d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,13 +6,13 @@ pkgbase = r-rstan
arch = any
license = GPL3
depends = r
- depends = r-cran-ggplot2
+ depends = r-ggplot2
depends = r-stanheaders
depends = r-inline
depends = r-cran-gridextra
- depends = r-cran-bh
+ depends = r-bh
depends = r-stanheaders
- optdepends = r-cran-bh
+ optdepends = r-bh
optdepends = r-loo
optdepends = r-shinystan
optdepends = r-bayesplot
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')