summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 14:20:35 +0000
committerBioArchLinuxBot2022-11-03 14:20:35 +0000
commit5dc6bd79aba7cbd0c9bcdee217e860024a2d0aba (patch)
tree23f05442370b251962229ce99f441b1a3d2a449a
parent3ae12a105a58881e9b7d458644f70dcff47af0c3 (diff)
downloadaur-5dc6bd79aba7cbd0c9bcdee217e860024a2d0aba.tar.gz
[lilac] updated to 1.38.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 95b4f3fb4b66..7d0c6f8c8976 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-epigenomix
pkgdesc = Epigenetic and gene transcription data normalization and integration with mixture models
- pkgver = 1.36.0
+ pkgver = 1.38.0
pkgrel = 1
url = https://bioconductor.org/packages/epigenomix
arch = any
@@ -16,7 +16,7 @@ pkgbase = r-epigenomix
depends = r-rsamtools
depends = r-s4vectors
depends = r-summarizedexperiment
- source = https://bioconductor.org/packages/release/bioc/src/contrib/epigenomix_1.36.0.tar.gz
- sha256sums = b3ea975ed869a1e4ccd7235d35b52dd641c072b7328b9208a33e9b6456a4b995
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/epigenomix_1.38.0.tar.gz
+ sha256sums = 8a54b2fefc2e6fdc603dfc7acf204740f0bfad8fa59251befdc3b38a85b5b96d
pkgname = r-epigenomix
diff --git a/PKGBUILD b/PKGBUILD
index 29309fdcb23e..11fa6599bea7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=epigenomix
-_pkgver=1.36.0
+_pkgver=1.38.0
pkgname=r-${_pkgname,,}
-pkgver=1.36.0
+pkgver=1.38.0
pkgrel=1
pkgdesc='Epigenetic and gene transcription data normalization and integration with mixture models'
arch=('any')
@@ -23,7 +23,7 @@ depends=(
r-summarizedexperiment
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('b3ea975ed869a1e4ccd7235d35b52dd641c072b7328b9208a33e9b6456a4b995')
+sha256sums=('8a54b2fefc2e6fdc603dfc7acf204740f0bfad8fa59251befdc3b38a85b5b96d')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"