summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c0b94d4dd00d..963a44729071 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Alex Branham <branham@utexas.edu>
_cranname=devtools
-_cranver=2.4.1
+_cranver=2.4.2
pkgname=r-${_cranname,,}
pkgver=${_cranver//[:-]/.}
pkgrel=1
@@ -15,7 +15,7 @@ license=(GPL2 GPL3)
depends=('r>=3.0.2' 'r-usethis>=2.0.1' 'r-callr>=3.6.0' 'r-cli>=2.4.0' 'r-desc>=1.3.0' 'r-ellipsis>=0.3.1' 'r-fs>=1.5.0' 'r-httr>=1.4.2' 'r-lifecycle>=1.0.0' 'r-memoise>=2.0.0' 'r-pkgbuild>=1.2.0' 'r-pkgload>=1.2.1' 'r-rcmdcheck>=1.3.3' 'r-remotes>=2.3.0' 'r-rlang>=0.4.10' 'r-roxygen2>=7.1.1' 'r-rstudioapi>=0.13' 'r-rversions>=2.0.2' 'r-sessioninfo>=1.1.1' 'r-testthat>=3.0.2' 'r-withr>=2.4.1')
optdepends=(r-biocmanager r-covr r-curl r-digest r-dt r-foghorn r-gh r-gmailr r-knitr r-lintr r-mockery r-pingr r-pkgdown r-rhub r-rmarkdown r-spelling)
source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
-sha256sums=('062ac64a18144bafe634a9470c23fa2663583108910c4e91f718eaf307bca449')
+sha256sums=('71f0a55054d293fb553702b21b91941bc5c83a933610fad6f9662bf0a6178f05')
build() {
cd "${srcdir}"