r-genetclassifier: auto updated to 1.36.0-1

This commit is contained in:
BioArchLinuxBot 2022-04-28 04:59:31 +00:00
parent e14d7520a4
commit 2a9437be5c

View file

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