r-biggr: auto updated to 1.38.0-1

This commit is contained in:
BioArchLinuxBot 2023-10-26 01:54:17 +00:00
parent 2cff5ef52d
commit cbf59de800

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=BiGGR
_pkgver=1.36.0
_pkgver=1.38.0
pkgname=r-${_pkgname,,}
pkgver=1.36.0
pkgver=1.38.0
pkgrel=1
pkgdesc='Constraint based modeling in R using metabolic reconstruction databases'
arch=('any')
@ -19,7 +19,7 @@ depends=(
r-stringr
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('fc949b9e3f6d102a468b545b732e0fe0d688677c8aba32a66b5f84448722ed0e')
sha256sums=('ce09551ffa1c97b25c4ce282809dc2e276b3ae0029887b1c40f64d97e0ecbadd')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"