summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorViktor Drobot2021-12-06 22:12:10 +0300
committerViktor Drobot2021-12-06 22:12:10 +0300
commit65be4056727debf694fdab940e96b423e3162f1d (patch)
tree2c5055ce34801300f543c64d32f9aacada92b709
parent072551ffc0b9a60d68292edd9686fdf967e69a61 (diff)
downloadaur-65be4056727debf694fdab940e96b423e3162f1d.tar.gz
Fix PKGBUILD
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ffefcf28785..6e981e3d2d2f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = r-listenv
arch = any
license = LGPL2.1
license = LPGL3
- depends = r
+ depends = r>=3.1.2
optdepends = r-r.utils
optdepends = r-r.rsp
optdepends = r-markdown
diff --git a/PKGBUILD b/PKGBUILD
index 7f2c2be23331..272f8b4e2d94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="Environments Behaving (Almost) as Lists"
arch=(any)
url="https://cran.r-project.org/package=${_cranname}"
license=(LGPL2.1 LPGL3)
-depends=(r)
+depends=('r>=3.1.2')
optdepends=(r-r.utils r-r.rsp r-markdown)
source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
sha256sums=('fd2aaf3ff2d8d546ce33d1cb38e68401613975117c1f9eb98a7b41facf5c485f')