summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorViktor Drobot2021-03-02 23:03:36 +0300
committerViktor Drobot2021-03-02 23:03:36 +0300
commitffe0106eca5c4ce4605029bf9ad129e01d34cd8b (patch)
treee94ad863ce3edcd460275d36fd40feaa4a0cbe71 /PKGBUILD
parent8d6830b0348ed53415eb95313f56a64d3bd91971 (diff)
downloadaur-ffe0106eca5c4ce4605029bf9ad129e01d34cd8b.tar.gz
Update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a4b136be485a..f41c6abeff7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Grey Christoforo <first name at last name dot net>
_cranname=cli
-_cranver=2.3.0
+_cranver=2.3.1
pkgname=r-${_cranname,,}
pkgver=${_cranver//[:-]/.}
pkgrel=1
@@ -13,7 +13,7 @@ license=(MIT)
depends=('r>=2.10' r-assertthat r-glue)
optdepends=(r-callr r-covr r-htmlwidgets r-knitr r-mockery r-ps r-rmarkdown r-rstudioapi r-prettycode r-testthat r-withr)
source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
-sha256sums=('5898154204c948a9deabe97fd7b6a531fc1c829f2b3bc27a9cb601ddd6e80b89')
+sha256sums=('516ce2de54b4a58afa943f31dfdd925e532b67cf5f91aec355e255637b2406ca')
build() {
cd "${srcdir}"