r-withr: auto updated to 2.5.1-1

This commit is contained in:
BioArchLinuxBot 2023-09-26 18:23:33 +00:00
parent 65c234bbc7
commit cf4a876dea

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=withr
_pkgver=2.5.0
_pkgver=2.5.1
pkgname=r-${_pkgname,,}
pkgver=2.5.0
pkgrel=11
pkgver=2.5.1
pkgrel=1
pkgdesc="Run Code 'With' Temporarily Modified Global State"
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"
@ -25,7 +25,7 @@ optdepends=(
r-testthat
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('37317b3ed790a08407072993a05ab255f6305f95a12a16e0e28aa6aa80fc8bc0')
sha256sums=('a95ae0981565d91bdefac6c9c5fda87e44ab68a42f82eed306c476076887cdce')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"