r-tidyverse: auto updated to 1.3.1-1

This commit is contained in:
BioArchLinuxBot 2022-01-29 06:15:27 +00:00
parent f6fee0878f
commit 1101ea16fb

View file

@ -3,7 +3,7 @@
_pkgname=tidyverse
_pkgver=1.3.1
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//[:-]/.}
pkgver=1.3.1
pkgrel=1
pkgdesc="Easily Install and Load the 'Tidyverse'"
arch=('any')
@ -50,7 +50,7 @@ optdepends=(
r-testthat
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('a')
sha256sums=('83cf95109d4606236274f5a8ec2693855bf75d3a1b3bc1ab4426dcc275ed6632')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"