r-bionet: auto updated to 1.66.0-1

This commit is contained in:
BioArchLinuxBot 2024-10-31 19:30:24 +00:00
parent 8bf5078b34
commit 8c7953e414

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=BioNet
_pkgver=1.64.0
_pkgver=1.66.0
pkgname=r-${_pkgname,,}
pkgver=1.64.0
pkgver=1.66.0
pkgrel=1
pkgdesc='Routines for the functional analysis of biological networks'
arch=('any')
@ -29,7 +29,7 @@ optdepends=(
r-xtable
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('06828daef6fdd94068b29dc7e63b015b70107a22ca1e28535af69ece40ddf852')
sha256sums=('8cf7596d870655e1d203e8a9893f3f8e6ab88aa4582ea110295ac22535893568')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"