diff options
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = r-messina pkgdesc = Single-gene classifiers and outlier-resistant detection of differential expression for two-group and survival problems - pkgver = 1.42.0 + pkgver = 1.44.0 pkgrel = 1 url = https://bioconductor.org/packages/messina arch = x86_64 @@ -15,7 +15,7 @@ pkgbase = r-messina optdepends = r-biocstyle optdepends = r-domc optdepends = r-knitr - source = https://bioconductor.org/packages/release/bioc/src/contrib/messina_1.42.0.tar.gz - sha256sums = 7438574ff301fe41777d105da5815e7efbabf6dc7c5209240adf3ee8e882810c + source = https://bioconductor.org/packages/release/bioc/src/contrib/messina_1.44.0.tar.gz + sha256sums = d309ab1d32c775a039dea3f085142728f5b03668a40e7220a73efb588bf2ed4d pkgname = r-messina @@ -1,9 +1,9 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=messina -_pkgver=1.42.0 +_pkgver=1.44.0 pkgname=r-${_pkgname,,} -pkgver=1.42.0 +pkgver=1.44.0 pkgrel=1 pkgdesc='Single-gene classifiers and outlier-resistant detection of differential expression for two-group and survival problems' arch=('x86_64') @@ -24,7 +24,7 @@ optdepends=( r-knitr ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('7438574ff301fe41777d105da5815e7efbabf6dc7c5209240adf3ee8e882810c') +sha256sums=('d309ab1d32c775a039dea3f085142728f5b03668a40e7220a73efb588bf2ed4d') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |