summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-02 21:15:46 +0000
committerBioArchLinuxBot2024-05-02 21:15:46 +0000
commit0f896cf1004f3a69044e1a297c204a409d7ce031 (patch)
tree7417e6ff04f807766497a312f10f6b95d65f31fa
parentc57e469b0b851ffb93649670c21ba69cf32f044b (diff)
downloadaur-0f896cf1004f3a69044e1a297c204a409d7ce031.tar.gz
[lilac] updated to 1.44.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e2831f177ce..5d186cb6d808 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.42.0
+ pkgver = 1.44.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.42.0.tar.gz
- sha256sums = 4b1d55e93fd0b64daa8d6dae2c1c4136c6948b4a7447dd7e4be6139e173e0523
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/epigenomix_1.44.0.tar.gz
+ sha256sums = 7388e9b32fdeb0d0c108877b97377ac6ac9d1d85ede030af55c9e045cbe734b0
pkgname = r-epigenomix
diff --git a/PKGBUILD b/PKGBUILD
index d7b42e4893b4..cde6e79241ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=epigenomix
-_pkgver=1.42.0
+_pkgver=1.44.0
pkgname=r-${_pkgname,,}
-pkgver=1.42.0
+pkgver=1.44.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=('4b1d55e93fd0b64daa8d6dae2c1c4136c6948b4a7447dd7e4be6139e173e0523')
+sha256sums=('7388e9b32fdeb0d0c108877b97377ac6ac9d1d85ede030af55c9e045cbe734b0')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"