diff options
author | BioArchLinuxBot | 2025-04-17 05:34:30 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2025-04-17 05:34:30 +0000 |
commit | 01be27aa67bd301af7f683a1ad7c6b20f0429c9d (patch) | |
tree | c11cf47930782e1aab957df8cd0d7268758cdfd0 | |
parent | 9629afcd1f49e6615de664a1ae9d8762b009a8a1 (diff) | |
download | aur-01be27aa67bd301af7f683a1ad7c6b20f0429c9d.tar.gz |
[lilac] updated to 1.64.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-rmagpie pkgdesc = MicroArray Gene-expression-based Program In Error rate estimation - pkgver = 1.62.0 + pkgver = 1.64.0 pkgrel = 1 url = https://bioconductor.org/packages/Rmagpie arch = any @@ -11,7 +11,7 @@ pkgbase = r-rmagpie depends = r-kernlab depends = r-pamr optdepends = r-xtable - source = https://bioconductor.org/packages/release/bioc/src/contrib/Rmagpie_1.62.0.tar.gz - sha256sums = 2952a9f24e57e434288a652b6c4a92fcef7737f3eb3568a58349d9c2916a1587 + source = https://bioconductor.org/packages/release/bioc/src/contrib/Rmagpie_1.64.0.tar.gz + sha256sums = 5b40d16939015aa863f1e6993ac178c45a1186ee2f701260901d522daec3f288 pkgname = r-rmagpie @@ -1,9 +1,9 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=Rmagpie -_pkgver=1.62.0 +_pkgver=1.64.0 pkgname=r-${_pkgname,,} -pkgver=1.62.0 +pkgver=1.64.0 pkgrel=1 pkgdesc='MicroArray Gene-expression-based Program In Error rate estimation' arch=('any') @@ -20,7 +20,7 @@ optdepends=( r-xtable ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('2952a9f24e57e434288a652b6c4a92fcef7737f3eb3568a58349d9c2916a1587') +sha256sums=('5b40d16939015aa863f1e6993ac178c45a1186ee2f701260901d522daec3f288') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |