summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorViktor Drobot2022-01-13 21:06:05 +0300
committerViktor Drobot2022-01-13 21:06:05 +0300
commit87328c94922b288d99ef9822f302f751bcf5a451 (patch)
tree313c956031306dddfc57505e35686ac6c7de0b33
parent5bc25b32c717377471b40b1f869836809f9b2132 (diff)
downloadaur-87328c94922b288d99ef9822f302f751bcf5a451.tar.gz
Fix PKGBUILD
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d7d8e53d28c..fa905b52693b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,8 +3,7 @@ pkgbase = r-pkgload
pkgver = 1.2.4
pkgrel = 1
url = https://cran.r-project.org/package=pkgload
- arch = i686
- arch = x86_64
+ arch = any
license = GPL3
depends = r
depends = r-cli
diff --git a/PKGBUILD b/PKGBUILD
index bab5dde06bc1..71fb3df37b38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
+# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_cranname=pkgload
_cranver=1.2.4
@@ -6,7 +6,7 @@ pkgname=r-${_cranname,,}
pkgver=${_cranver//[:-]/.}
pkgrel=1
pkgdesc="Simulate Package Installation and Attach"
-arch=(i686 x86_64)
+arch=(any)
url="https://cran.r-project.org/package=${_cranname}"
license=(GPL3)
depends=(r r-cli r-crayon r-desc r-rlang r-rprojroot r-rstudioapi r-withr)