summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristoph Fink2022-03-13 19:05:51 +0200
committerChristoph Fink2022-03-13 19:05:51 +0200
commite6bf907f3d8b1eba8a0cdaed2883182a6258fe5b (patch)
tree01ea10b9293ce490147d108a5c9c161bb51d81c8 /PKGBUILD
parent2d4f73fb79ffb57c5da14fc3fa4b11bd52a29a58 (diff)
downloadaur-e6bf907f3d8b1eba8a0cdaed2883182a6258fe5b.tar.gz
upgpkg: r-withr 2.5.0-1
upstream release upstream 2.5.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cbb328fc9cee..9f809689f9b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,10 @@
+# Maintainer: Grey Christoforo <first name at last name dot net>
+# Maintainer: peippo <christoph+aur@christophfink.com>
# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
# Contributor: Grey Christoforo <first name at last name dot net>
_cranname=withr
-_cranver=2.4.3
+_cranver=2.5.0
pkgname=r-${_cranname,,}
pkgver=${_cranver//[:-]/.}
pkgrel=1
@@ -13,7 +15,7 @@ license=(MIT)
depends=('r>=3.2.0')
optdepends=(r-callr r-covr r-dbi r-knitr r-rmarkdown r-rsqlite r-testthat)
source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
-sha256sums=('9bdac7459ccc6c2d599ecfd132a7f0aa68d958942d9fe7dbb0442c9eda129d4c')
+sha256sums=('37317b3ed790a08407072993a05ab255f6305f95a12a16e0e28aa6aa80fc8bc0')
build() {
R CMD INSTALL ${_cranname}_${_cranver}.tar.gz -l "${srcdir}"