summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Branham2018-05-27 16:44:26 -0500
committerAlex Branham2018-05-27 16:44:26 -0500
commit24efa482129f9867d2356b90954c5c01229305da (patch)
tree9cfc752e4d6f1e419da54e9c1cd5c5e4b603d35d
parentebeffb004d86c5c8aea62e21e4abdc51a7b97d14 (diff)
downloadaur-24efa482129f9867d2356b90954c5c01229305da.tar.gz
Fix dependency name
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fffea8b3dd4b..2c6d7f9ccb11 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = r-rstan
pkgdesc = User-facing R functions for Stan models
pkgver = 2.17.3
-pkgrel = 1
+pkgrel = 2
url = https://cran.r-project.org/web/packages/rstan/index.html
arch = x86_64
license = GPL3
depends = r
depends = r-cran-bh>=1.65
depends = r-rcppeigen>=0.3.3.3.0
-depends = r-cran-cpp>=0.12.0
+depends = r-cran-rcpp>=0.12.0
depends = r-cran-gridextra>=2.0.0
depends = r-inline
depends = r-stanheaders>=2.17.2
diff --git a/PKGBUILD b/PKGBUILD
index 0f376658df5c..dac877beae93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ _cranname=rstan
_cranver=2.17.3
pkgname=r-rstan
pkgver=${_cranver//[:-]/.}
-pkgrel=1
+pkgrel=2
pkgdesc="User-facing R functions for Stan models"
url="https://cran.r-project.org/web/packages/${_cranname}/index.html"
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('GPL3')
depends=('r'
'r-cran-bh>=1.65'
'r-rcppeigen>=0.3.3.3.0'
- 'r-cran-cpp>=0.12.0'
+ 'r-cran-rcpp>=0.12.0'
'r-cran-gridextra>=2.0.0'
'r-inline'
'r-stanheaders>=2.17.2'