summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Branham2018-05-31 08:36:16 -0500
committerAlex Branham2018-05-31 08:36:16 -0500
commit437d13148c29e642a26c8fb6670867af6239d787 (patch)
tree03004016febb6126341da7fef20961bd413e458b
parentffaead8bf62870f742fb4864b04f8cbfa8612273 (diff)
downloadaur-437d13148c29e642a26c8fb6670867af6239d787.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 ddd3df031708..7ca132d875bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgbase = r-processx
pkgver = 3.1.0
pkgrel = 1
url = https://cran.r-project.org/web/packages/processx/index.html
- arch = any
+ arch = x86_64
license = MIT
depends = r
depends = r-assertthat
diff --git a/PKGBUILD b/PKGBUILD
index 83c2eff7155e..47eb8e42695b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=r-processx
pkgver=${_cranver//[:-]/.}
pkgrel=1
pkgdesc="Execute and Control System Processes"
-arch=('any')
+arch=('x86_64')
url="https://cran.r-project.org/web/packages/${_cranname}/index.html"
license=('MIT')
depends=('r' 'r-assertthat' 'r-crayon' 'r-testthat')