summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Branham2018-05-31 08:36:35 -0500
committerAlex Branham2018-05-31 08:36:35 -0500
commit0af42a3b9c694b7b6133fe9bfcf114f122f27cf0 (patch)
treec555d4ea4e2eb5723ce02cd2de704fc41e7ee2f5
parent04e5299eab6e30343f7904ed23058395e9fea3e5 (diff)
downloadaur-0af42a3b9c694b7b6133fe9bfcf114f122f27cf0.tar.gz
Update arch
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3caf985c87d..0ff28cd611a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgbase = r-rstan
pkgver = 2.17.3
pkgrel = 1
url = https://cran.r-project.org/web/packages/rstan/index.html
- arch = any
+ arch = x86_64
license = GPL3
depends = r
depends = r-ggplot2
diff --git a/PKGBUILD b/PKGBUILD
index 63f0eb9c563f..997c4e5ec9dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=r-rstan
pkgver=${_cranver//[:-]/.}
pkgrel=1
pkgdesc="R Interface to Stan"
-arch=('any')
+arch=('x86_64')
url="https://cran.r-project.org/web/packages/${_cranname}/index.html"
license=('GPL3')
depends=('r' 'r-ggplot2' 'r-stanheaders' 'r-inline' 'r-cran-gridextra' 'r-bh' 'r-stanheaders')