diff options
author | BioArchLinuxBot | 2025-04-16 20:13:05 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2025-04-16 20:13:05 +0000 |
commit | 02da70ae4479ea3e823f1c49235b9ccddce50dcb (patch) | |
tree | c3f05d4473a20dc28c38397497cfc55d74409c11 | |
parent | f17912ea5833c6cac2a4dd64bb43727455e2017e (diff) | |
download | aur-r-hireewas.tar.gz |
[lilac] updated to 1.26.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-hireewas pkgdesc = Detection of cell-type-specific risk-CpG sites in epigenome-wide association studies - pkgver = 1.24.0 + pkgver = 1.26.0 pkgrel = 1 url = https://bioconductor.org/packages/HIREewas arch = x86_64 @@ -11,7 +11,7 @@ pkgbase = r-hireewas optdepends = r-biocgenerics optdepends = r-biocstyle optdepends = r-knitr - source = https://bioconductor.org/packages/release/bioc/src/contrib/HIREewas_1.24.0.tar.gz - sha256sums = 39e7b75e6921f676deb217ee8db2e0189e7cac3510b5e139de6b23134b004ef3 + source = https://bioconductor.org/packages/release/bioc/src/contrib/HIREewas_1.26.0.tar.gz + sha256sums = 1a6e05c4b7e989731ad370fe0619e03db1aaa3502b5266053b9454d7d3e0b280 pkgname = r-hireewas @@ -1,9 +1,9 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=HIREewas -_pkgver=1.24.0 +_pkgver=1.26.0 pkgname=r-${_pkgname,,} -pkgver=1.24.0 +pkgver=1.26.0 pkgrel=1 pkgdesc='Detection of cell-type-specific risk-CpG sites in epigenome-wide association studies' arch=('x86_64') @@ -20,7 +20,7 @@ optdepends=( r-knitr ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('39e7b75e6921f676deb217ee8db2e0189e7cac3510b5e139de6b23134b004ef3') +sha256sums=('1a6e05c4b7e989731ad370fe0619e03db1aaa3502b5266053b9454d7d3e0b280') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |