summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorViktor Drobot2021-07-25 12:28:02 +0300
committerViktor Drobot2021-07-25 12:28:02 +0300
commit917b85b2e4854fbd19dd95c727d4e58a4c457ab3 (patch)
treeb9985c9fe5f60e794723cc3f9c4e9efdd9d4cc03 /PKGBUILD
parent2e9c81252c635355117b9e6a137e1a24279275c5 (diff)
downloadaur-917b85b2e4854fbd19dd95c727d4e58a4c457ab3.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 50d2da7f41cc..b2e17b3c70be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Grey Christoforo <first name at last name dot net>
_cranname=cli
-_cranver=3.0.0
+_cranver=3.0.1
pkgname=r-${_cranname,,}
pkgver=${_cranver//[:-]/.}
pkgrel=1
@@ -13,7 +13,7 @@ license=(MIT)
depends=('r>=2.10' r-glue)
optdepends=(r-callr r-covr r-htmlwidgets r-knitr r-mockery r-prettycode r-processx r--ps r-rlang r-rmarkdown r-rstudioapi r-shiny r-testthat r-tibble r-withr)
source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
-sha256sums=('a4f173dd98769b1e6ca3e7c14deb81a06eb5262b2c1f8dfd19290e00c0754d39')
+sha256sums=('d89a25b6cd760e157605676e104ce65473a7d8d64c289efdd9640e949968b4fd')
build() {
cd "${srcdir}"