summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2025-03-21 13:24:08 +0000
committerBioArchLinuxBot2025-03-21 13:24:08 +0000
commit66fe82ea93ea99864238514a9f9229d6650a6250 (patch)
tree25f014a19b28df80d4e986efa85ba342ff1bff7f
parentc92cc0d12d4e941dcf541f9239b9b18b0d13bdb2 (diff)
downloadaur-66fe82ea93ea99864238514a9f9229d6650a6250.tar.gz
[lilac] updated to 1.14.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9040e527e76..b2c1271619d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-mumosa
pkgdesc = Multi-Modal Single-Cell Analysis Methods
- pkgver = 1.12.0
+ pkgver = 1.14.0
pkgrel = 1
url = https://bioconductor.org/packages/mumosa
arch = any
@@ -32,7 +32,7 @@ pkgbase = r-mumosa
optdepends = r-scater
optdepends = r-scrnaseq
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/mumosa_1.12.0.tar.gz
- sha256sums = 6d3b65c3fd62b16249217b2f5d13f9937748cc62983ca53ad2ee8a58700a71e4
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/mumosa_1.14.0.tar.gz
+ sha256sums = 1177ce9b3f32b5ef2264e6fcdcb055deaea7110f866a7b37e35b5f5bac06f454
pkgname = r-mumosa
diff --git a/PKGBUILD b/PKGBUILD
index 3a01634abfc9..c24607ba61d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=mumosa
-_pkgver=1.12.0
+_pkgver=1.14.0
pkgname=r-${_pkgname,,}
-pkgver=1.12.0
+pkgver=1.14.0
pkgrel=1
pkgdesc='Multi-Modal Single-Cell Analysis Methods'
arch=('any')
@@ -41,7 +41,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('6d3b65c3fd62b16249217b2f5d13f9937748cc62983ca53ad2ee8a58700a71e4')
+sha256sums=('1177ce9b3f32b5ef2264e6fcdcb055deaea7110f866a7b37e35b5f5bac06f454')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"