r-openstats: auto updated to 1.14.0-1

This commit is contained in:
BioArchLinuxBot 2023-10-25 22:02:39 +00:00
parent 9fb1ce31cf
commit 93221d628d

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=OpenStats
_pkgver=1.12.0
_pkgver=1.14.0
pkgname=r-${_pkgname,,}
pkgver=1.12.0
pkgver=1.14.0
pkgrel=1
pkgdesc='A Robust and Scalable Software Package for Reproducible Analysis of High-Throughput genotype-phenotype association'
arch=('any')
@ -23,7 +23,7 @@ optdepends=(
r-rmarkdown
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('782ed94cbeff34c83bea74de6d52b0c0f94f3f4ee78fb770696e579b2d7986df')
sha256sums=('fb01b12df339d2fede39a87952557c1df711d9aa3f35710d36de50f1111babf4')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"