r-all: auto updated to 1.38.0-1

This commit is contained in:
BioArchLinuxBot 2022-04-29 00:34:03 +00:00
parent 0c899c2df1
commit f39dc71674

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ALL
_pkgver=1.37.0
_pkgver=1.38.0
pkgname=r-${_pkgname,,}
pkgver=1.37.0
pkgver=1.38.0
pkgrel=1
pkgdesc='A data package'
arch=('any')
@ -17,7 +17,7 @@ optdepends=(
r-rpart
)
source=("https://bioconductor.org/packages/release/data/experiment/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('acaba3dd46906842a4f83117dec7e9777387de60fc664813e85733487c6bdf77')
sha256sums=('1fdce1f158f0c8c68ab9c86e0464ec9e70a8a3470d6a3da7abfc88d10b012010')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"