summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-27 08:13:26 +0000
committerBioArchLinuxBot2023-10-27 08:13:26 +0000
commit3f8a0d51fa38b835983bbc53fa107374e802db32 (patch)
tree0fec4dcdae2ac3f7311348489ebb9073cb5e7850 /PKGBUILD
parent00934887bc138bcad50b6f1df24e0b4fffd40c1b (diff)
downloadaur-3f8a0d51fa38b835983bbc53fa107374e802db32.tar.gz
[lilac] updated to 1.24.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b83282314db7..37f8d41d9421 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=slalom
-_pkgver=1.22.0
+_pkgver=1.24.0
pkgname=r-${_pkgname,,}
-pkgver=1.22.0
+pkgver=1.24.0
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=('92080501d548170144359367fc61963c7d4e0555617921fad3a49f261a6699af')
+sha256sums=('e1014b26c8d1937384c89de48c47938e23992e09410232765bf0fc530029bd34')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"