r-testthat: auto updated to 3.1.5-1

This commit is contained in:
BioArchLinuxBot 2022-10-08 12:01:41 +00:00
parent 1c6a70fef9
commit 48ce03a962

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=testthat
_pkgver=3.1.4
_pkgver=3.1.5
pkgname=r-${_pkgname,,}
pkgver=3.1.4
pkgrel=2
pkgver=3.1.5
pkgrel=1
pkgdesc='Unit Testing for R'
arch=('x86_64')
url="https://cran.r-project.org/package=${_pkgname}"
@ -45,7 +45,7 @@ optdepends=(
r-xml2
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('a47eec031b4e186a8bd331031371b2347063a283050eca2adbfaa37d7a6c9c09')
sha256sums=('a8f56b9426206ddfc30b550c82ff2f042ebe1c2f5bfd4184aec8facac8f5b7fc')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"