summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Fink2022-03-13 19:05:51 +0200
committerChristoph Fink2022-03-13 19:05:51 +0200
commite6bf907f3d8b1eba8a0cdaed2883182a6258fe5b (patch)
tree01ea10b9293ce490147d108a5c9c161bb51d81c8
parent2d4f73fb79ffb57c5da14fc3fa4b11bd52a29a58 (diff)
downloadaur-e6bf907f3d8b1eba8a0cdaed2883182a6258fe5b.tar.gz
upgpkg: r-withr 2.5.0-1
upstream release upstream 2.5.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa907d616df7..182ea9aefe98 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-withr
pkgdesc = Run Code 'With' Temporarily Modified Global State
- pkgver = 2.4.3
+ pkgver = 2.5.0
pkgrel = 1
url = https://cran.r-project.org/package=withr
arch = any
@@ -13,7 +13,7 @@ pkgbase = r-withr
optdepends = r-rmarkdown
optdepends = r-rsqlite
optdepends = r-testthat
- source = https://cran.r-project.org/src/contrib/withr_2.4.3.tar.gz
- sha256sums = 9bdac7459ccc6c2d599ecfd132a7f0aa68d958942d9fe7dbb0442c9eda129d4c
+ source = https://cran.r-project.org/src/contrib/withr_2.5.0.tar.gz
+ sha256sums = 37317b3ed790a08407072993a05ab255f6305f95a12a16e0e28aa6aa80fc8bc0
pkgname = r-withr
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}"