summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-03 02:00:53 +0000
committerBioArchLinuxBot2024-05-03 02:00:53 +0000
commitc92cc0d12d4e941dcf541f9239b9b18b0d13bdb2 (patch)
tree5ab18b8fd500b603ec6958d3087a0496b27f0812 /PKGBUILD
parentf0349564a00705c90ba63fe15cedb85f993e2989 (diff)
downloadaur-r-mumosa.tar.gz
[lilac] updated to 1.12.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 418ef86620a5..3a01634abfc9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=mumosa
-_pkgver=1.10.0
+_pkgver=1.12.0
pkgname=r-${_pkgname,,}
-pkgver=1.10.0
+pkgver=1.12.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=('fb51a8233aac14fcfad80b69550ea265695090186f25feb600cd07489177b0d6')
+sha256sums=('6d3b65c3fd62b16249217b2f5d13f9937748cc62983ca53ad2ee8a58700a71e4')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"