r-genetclassifier: auto updated to 1.46.0-1

This commit is contained in:
BioArchLinuxBot 2024-10-31 21:55:21 +00:00
parent 097b094bdb
commit 1c21cb596d

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=geNetClassifier
_pkgver=1.45.0
_pkgver=1.46.0
pkgname=r-${_pkgname,,}
pkgver=1.45.0
pkgver=1.46.0
pkgrel=1
pkgdesc='Classify diseases and build associated gene networks using gene expression profiles'
arch=('any')
@ -25,7 +25,7 @@ optdepends=(
r-runit
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('cd091ad07743999c04b900d14ab73559c352ce79421ab967d6e22b8e6df917ac')
sha256sums=('e2321baf377f1c2578d1e3e245924837ddeab823d8b5a0e2f565169ce39ecae1')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"