r-damirseq: auto updated to 2.18.0-1

This commit is contained in:
BioArchLinuxBot 2024-12-18 16:26:36 +00:00
parent 703eb0eb3b
commit f24dab5974

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=DaMiRseq _pkgname=DaMiRseq
_pkgver=2.16.0 _pkgver=2.18.0
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=2.16.0 pkgver=2.18.0
pkgrel=1 pkgrel=1
pkgdesc='Data Mining for RNA-seq data: normalization, feature selection and classification' pkgdesc='Data Mining for RNA-seq data: normalization, feature selection and classification'
arch=('any') arch=('any')
@ -43,7 +43,7 @@ optdepends=(
r-testthat r-testthat
) )
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('21509c018182d5918c31802a3e29d0b8d32dadd4c6f3c791034528b8e46c3109') sha256sums=('66f808cd4f1f400ba58551d71d4f235bb3aa1f3ab3590bafccf09c4d1c33d830')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"