summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Branham2018-05-31 08:36:25 -0500
committerAlex Branham2018-05-31 08:36:25 -0500
commitf8fc1653fdc9bd6dd9e6b791c5a393674b242e1c (patch)
treeee222f1637b640d7910062546c0e5613801b7d9a
parent9f11ba3caaea5a4288d032c1f70ebde9647b0337 (diff)
downloadaur-f8fc1653fdc9bd6dd9e6b791c5a393674b242e1c.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 88a8175f098e..422cda797088 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgbase = r-readxl
pkgver = 1.1.0
pkgrel = 1
url = https://cran.r-project.org/web/packages/readxl/index.html
- arch = any
+ arch = x86_64
license = GPL3
depends = r
depends = r-cellranger
diff --git a/PKGBUILD b/PKGBUILD
index 0f61848e4d47..b79d6fd226b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=r-readxl
pkgver=${_cranver//[:-]/.}
pkgrel=1
pkgdesc="Read Excel Files"
-arch=('any')
+arch=('x86_64')
url="https://cran.r-project.org/web/packages/${_cranname}/index.html"
license=('GPL3')
depends=('r' 'r-cellranger' 'r-tibble')