diff options
author | BioArchLinuxBot | 2023-10-26 06:36:55 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2023-10-26 06:36:55 +0000 |
commit | 481449a5e0918976c406134c8080360667653b43 (patch) | |
tree | 4e689cbdf87ff83920a04dc743ee646c30731bca | |
parent | d8514257b5007e5f4e9f1331ab76eb7e5b520423 (diff) | |
download | aur-481449a5e0918976c406134c8080360667653b43.tar.gz |
[lilac] updated to 1.40.0-1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = r-mapredictdsc pkgdesc = Phenotype prediction using microarray data: approach of the best overall team in the IMPROVER Diagnostic Signature Challenge - pkgver = 1.38.0 + pkgver = 1.40.0 pkgrel = 1 url = https://bioconductor.org/packages/maPredictDSC arch = any @@ -17,7 +17,7 @@ pkgbase = r-mapredictdsc depends = r-roc depends = r-rocr optdepends = r-parallel - source = https://bioconductor.org/packages/release/bioc/src/contrib/maPredictDSC_1.38.0.tar.gz - sha256sums = 32dc89b21f6f057cf6e0b5b1e59df6621bf22c7c490518eebd5b23cdd9c16629 + source = https://bioconductor.org/packages/release/bioc/src/contrib/maPredictDSC_1.40.0.tar.gz + sha256sums = c5d1bb45803e681f0c5c34b326f2b71fc08645be0960431edbdade2687ab3725 pkgname = r-mapredictdsc @@ -1,9 +1,9 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=maPredictDSC -_pkgver=1.38.0 +_pkgver=1.40.0 pkgname=r-${_pkgname,,} -pkgver=1.38.0 +pkgver=1.40.0 pkgrel=1 pkgdesc='Phenotype prediction using microarray data: approach of the best overall team in the IMPROVER Diagnostic Signature Challenge' arch=('any') @@ -26,7 +26,7 @@ optdepends=( r-parallel ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('32dc89b21f6f057cf6e0b5b1e59df6621bf22c7c490518eebd5b23cdd9c16629') +sha256sums=('c5d1bb45803e681f0c5c34b326f2b71fc08645be0960431edbdade2687ab3725') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |