summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-06-23 00:07:20 +0000
committerBioArchLinuxBot2022-06-23 00:07:20 +0000
commit9bdb02ecf417b2de5070b7e3b64778064ef7c6f7 (patch)
treee65089d900fe1c88f4ea874d6da246a6b0da1ea3 /PKGBUILD
parent34f32943fcb8c4a486a3def3afe4b9222dd98283 (diff)
downloadaur-9bdb02ecf417b2de5070b7e3b64778064ef7c6f7.tar.gz
[lilac] updated to 1.10.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ebbde28e0d1a..9c05a9371d91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=muscat
-_pkgver=1.10.0
+_pkgver=1.10.1
pkgname=r-${_pkgname,,}
-pkgver=1.10.0
+pkgver=1.10.1
pkgrel=1
pkgdesc='Multi-sample multi-group scRNA-seq data analysis tools'
arch=('any')
@@ -52,7 +52,7 @@ optdepends=(
r-upsetr
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('b967cc258a3e993bb1e09db295b2cb804ca22069b1e961c7831bc6ff1efc1319')
+sha256sums=('cd3ddcd139a08b5bae9912b0848dcab8692e6550d187357ddb22a9ff309c7fc8')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"