diff options
author | BioArchLinuxBot | 2024-05-03 15:09:39 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2024-05-03 15:09:39 +0000 |
commit | 96841cceaaf87ed003da0f7533b507aa15c1ce35 (patch) | |
tree | 60e814309f15334f726dda161a12993f9866b268 | |
parent | f32636177f8516e868121d3cf7c5e03d6c16656f (diff) | |
download | aur-96841cceaaf87ed003da0f7533b507aa15c1ce35.tar.gz |
[lilac] updated to 1.18.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-methylcc pkgdesc = Estimate the cell composition of whole blood in DNA methylation samples - pkgver = 1.16.0 + pkgver = 1.18.0 pkgrel = 1 url = https://bioconductor.org/packages/methylCC arch = any @@ -28,7 +28,7 @@ pkgbase = r-methylcc optdepends = r-rmarkdown optdepends = r-testthat optdepends = r-tidyr - source = https://bioconductor.org/packages/release/bioc/src/contrib/methylCC_1.16.0.tar.gz - sha256sums = 1caeea2cbf70dbfd73a4a4f1a67d5fe2b690dfc45c84f7e54085c43750332bbf + source = https://bioconductor.org/packages/release/bioc/src/contrib/methylCC_1.18.0.tar.gz + sha256sums = 647498a252d3186c290caeb8c16fa0d8324c9129d95abc93ebab5d33baf4249a pkgname = r-methylcc @@ -1,9 +1,9 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=methylCC -_pkgver=1.16.0 +_pkgver=1.18.0 pkgname=r-${_pkgname,,} -pkgver=1.16.0 +pkgver=1.18.0 pkgrel=1 pkgdesc='Estimate the cell composition of whole blood in DNA methylation samples' arch=('any') @@ -37,7 +37,7 @@ optdepends=( r-tidyr ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('1caeea2cbf70dbfd73a4a4f1a67d5fe2b690dfc45c84f7e54085c43750332bbf') +sha256sums=('647498a252d3186c290caeb8c16fa0d8324c9129d95abc93ebab5d33baf4249a') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |