summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Branham2018-05-31 08:35:59 -0500
committerAlex Branham2018-05-31 08:35:59 -0500
commita0e09e83f0f46c1660d89d43b0bab77d503d4437 (patch)
tree2f29ef3f482431c6349e57444fc6d5dab7f2e583
parentea262233ab437f1d8321540e1a892d2cca6dafb6 (diff)
downloadaur-a0e09e83f0f46c1660d89d43b0bab77d503d4437.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 0d0198ff1f5e..34e7782a61bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgbase = r-digest
pkgver = 0.6.15
pkgrel = 1
url = https://cran.r-project.org/web/packages/digest/index.html
- arch = any
+ arch = x86_64
license = GPL
depends = r
optdepends = r-knitr
diff --git a/PKGBUILD b/PKGBUILD
index 082612e43427..1c968d5b3e0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=r-digest
pkgver=${_cranver//[:-]/.}
pkgrel=1
pkgdesc="Create Compact Hash Digests of R Objects"
-arch=('any')
+arch=('x86_64')
url="https://cran.r-project.org/web/packages/${_cranname}/index.html"
license=('GPL')
depends=('r' )