r-renv: auto updated to 0.15.5-1

This commit is contained in:
BioArchLinuxBot 2022-05-27 00:01:17 +00:00
parent a8fcae88ae
commit 3634673d05

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=renv
_pkgver=0.15.4
_pkgver=0.15.5
pkgname=r-${_pkgname,,}
pkgver=0.15.4
pkgver=0.15.5
pkgrel=1
pkgdesc='Project Environments'
arch=('any')
@ -32,7 +32,7 @@ optdepends=(
r-yaml
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('8eba32c49eed53ce396a8963d02dc4877530a251fa6cd973fbd8c3e619d1ce2f')
sha256sums=('b4f1a9a7daa82f0c3123ebd4eeba06e98d5485215518e5292b25bc56741d582e')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"