summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-12-16 00:31:21 +0000
committerBioArchLinuxBot2022-12-16 00:31:21 +0000
commitd14c7a2253259c44f999b4faa73fb746f0da8f35 (patch)
tree40a8ab7ec8ee1bc4854e4396091ed00d5410f921 /PKGBUILD
parent407a80f91f3571dc15b1c12289e841fab0f69f17 (diff)
downloadaur-d14c7a2253259c44f999b4faa73fb746f0da8f35.tar.gz
[lilac] updated to 1.20.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1d2d8d7278ea..04b50211a2ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=slalom
-_pkgver=1.20.0
+_pkgver=1.20.1
pkgname=r-${_pkgname,,}
-pkgver=1.20.0
+pkgver=1.20.1
pkgrel=1
pkgdesc='Factorial Latent Variable Modeling of Single-Cell RNA-Seq Data'
arch=('x86_64')
@@ -29,7 +29,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('d09ce3d4e4acf0846dff7d751a25a9aa566a1dc19daa60d85c9edc387989470a')
+sha256sums=('8af9fe9de85db0d89af5989704e272f346911c1567bae02f1ddf2c24fd27b5c1')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"