summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2025-04-16 20:13:05 +0000
committerBioArchLinuxBot2025-04-16 20:13:05 +0000
commit02da70ae4479ea3e823f1c49235b9ccddce50dcb (patch)
treec3f05d4473a20dc28c38397497cfc55d74409c11
parentf17912ea5833c6cac2a4dd64bb43727455e2017e (diff)
downloadaur-r-hireewas.tar.gz
[lilac] updated to 1.26.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cbd7b5f63afb..bc23639f5ee0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 8443bd2165c3..fe58946850ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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}"