diff options
author | BioArchLinuxBot | 2024-05-01 20:27:25 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2024-05-01 20:27:25 +0000 |
commit | 23cd6779ec8cefd44d376660c1d66d24dcc8d5ab (patch) | |
tree | f4f68a87da05911ee7ef32ad78d5048811780b72 | |
parent | 07a6d12c8f2623cad9ccec07e433b9a47a54f7a0 (diff) | |
download | aur-23cd6779ec8cefd44d376660c1d66d24dcc8d5ab.tar.gz |
[lilac] updated to 2.34.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-methylmix pkgdesc = MethylMix: Identifying methylation driven cancer genes - pkgver = 2.32.0 + pkgver = 2.34.0 pkgrel = 1 url = https://bioconductor.org/packages/MethylMix arch = any @@ -21,7 +21,7 @@ pkgbase = r-methylmix optdepends = r-knitr optdepends = r-rmarkdown optdepends = r-testthat - source = https://bioconductor.org/packages/release/bioc/src/contrib/MethylMix_2.32.0.tar.gz - sha256sums = d96199b5bbb72c5890ade75eb0128f83e29d1d53ec7a1e8957e121e54d321093 + source = https://bioconductor.org/packages/release/bioc/src/contrib/MethylMix_2.34.0.tar.gz + sha256sums = e0adac7391c24f842bfa1abacc94b76850cb048c7ff7053e5e44c0b928c6b0d5 pkgname = r-methylmix @@ -1,9 +1,9 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=MethylMix -_pkgver=2.32.0 +_pkgver=2.34.0 pkgname=r-${_pkgname,,} -pkgver=2.32.0 +pkgver=2.34.0 pkgrel=1 pkgdesc='MethylMix: Identifying methylation driven cancer genes' arch=('any') @@ -30,7 +30,7 @@ optdepends=( r-testthat ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('d96199b5bbb72c5890ade75eb0128f83e29d1d53ec7a1e8957e121e54d321093') +sha256sums=('e0adac7391c24f842bfa1abacc94b76850cb048c7ff7053e5e44c0b928c6b0d5') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |