summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorViktor Drobot2020-10-10 01:34:34 +0300
committerViktor Drobot2020-10-10 01:34:34 +0300
commit196bdcdf60c2e33714413e3985aa0f420aedf9e3 (patch)
treeebc7afa7d18024665cd218fcb686ed98fb92fab7 /PKGBUILD
parent4a6aaf38f5688f1bf9da29df30b427013d39a875 (diff)
downloadaur-196bdcdf60c2e33714413e3985aa0f420aedf9e3.tar.gz
Update 3.5.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 520228d01937..184a7006cc57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_cranname=callr
-_cranver=3.4.4
+_cranver=3.5.0
pkgname=r-${_cranname,,}
pkgver=${_cranver//[:-]/.}
pkgrel=1
@@ -9,10 +9,10 @@ pkgdesc="Call R from R"
arch=(any)
url="https://cran.r-project.org/package=${_cranname}"
license=(MIT)
-depends=(r 'r-processx>=3.4.0' r-r6)
-optdepends=(r-cliapp r-covr r-crayon r-fansi r-pingr r-ps r-rprojroot r-spelling r-testthat r-tibble r-withr)
+depends=(r 'r-processx>=3.4.4' r-r6)
+optdepends=(r-cli r-covr r-crayon r-fansi r-pingr r-ps r-rprojroot r-spelling r-testthat r-tibble r-withr)
source=("http://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
-sha256sums=('8298603241075f05728affe579b057f2f39bb578688f041d0161a0cd5d25ecc1')
+sha256sums=('46ae2dc4593e4708150a7c0aa92f7da1a15c7a9353577ea6bc76347643a95463')
build() {
cd "${srcdir}"