summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-26 03:15:02 +0000
committerBioArchLinuxBot2023-10-26 03:15:02 +0000
commita1a20b1307c6fe03ac000c51fb99a1a079c9e636 (patch)
tree369b568c145b18c6846211da52d4893182e71aa5
parent6054b260b34bd9f338a83fea3cfdab69e3d79b17 (diff)
downloadaur-r-melissa.tar.gz
[lilac] updated to 1.18.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13221978449a..879a458474fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-melissa
pkgdesc = Bayesian clustering and imputationa of single cell methylomes
- pkgver = 1.16.0
+ pkgver = 1.18.0
pkgrel = 1
url = https://bioconductor.org/packages/Melissa
arch = any
@@ -25,7 +25,7 @@ pkgbase = r-melissa
optdepends = r-knitr
optdepends = r-rmarkdown
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/Melissa_1.16.0.tar.gz
- sha256sums = 27ac2f2c336397b802a25708ef7932d833cac5641a0b32f21406cc5ac0e0260d
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/Melissa_1.18.0.tar.gz
+ sha256sums = 66e8b0c98a16936859eacd5d21c42fad7443a59412f3edb487e5a2e35c3be27f
pkgname = r-melissa
diff --git a/PKGBUILD b/PKGBUILD
index a3b6f86ee196..baaeb60f2146 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=Melissa
-_pkgver=1.16.0
+_pkgver=1.18.0
pkgname=r-${_pkgname,,}
-pkgver=1.16.0
+pkgver=1.18.0
pkgrel=1
pkgdesc='Bayesian clustering and imputationa of single cell methylomes'
arch=('any')
@@ -34,7 +34,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('27ac2f2c336397b802a25708ef7932d833cac5641a0b32f21406cc5ac0e0260d')
+sha256sums=('66e8b0c98a16936859eacd5d21c42fad7443a59412f3edb487e5a2e35c3be27f')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"