summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Branham2018-05-31 08:36:52 -0500
committerAlex Branham2018-05-31 08:36:52 -0500
commitea3ac49c1b634eef378b2a4f7d4bad49b2035a32 (patch)
tree895ec5a9a32e48c272e80b1d053d027fc3aa8637
parent4514c860c667b6b87af54b133c11ac968f51633e (diff)
downloadaur-ea3ac49c1b634eef378b2a4f7d4bad49b2035a32.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 c7490dca4edc..21ca18442f76 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgbase = r-zoo
pkgver = 1.8.1
pkgrel = 1
url = https://cran.r-project.org/web/packages/zoo/index.html
- arch = any
+ arch = x86_64
license = GPL
depends = r
optdepends = r-cran-coda
diff --git a/PKGBUILD b/PKGBUILD
index ef23a3bce4d0..69c5cca5cb26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=r-zoo
pkgver=${_cranver//[:-]/.}
pkgrel=1
pkgdesc="S3 Infrastructure for Regular and Irregular Time Series (Zs Ordered Observations)"
-arch=('any')
+arch=('x86_64')
url="https://cran.r-project.org/web/packages/${_cranname}/index.html"
license=('GPL')
depends=('r' )