summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 12:59:33 +0000
committerBioArchLinuxBot2023-04-27 12:59:33 +0000
commit789bfc531e6daaf73f39570d023150c68b5b86d7 (patch)
tree0831f9bdc83372b311673779b5a22c3b44155006 /PKGBUILD
parent9998e8d8623da9e5c6274aa51be500e6be0fabd4 (diff)
downloadaur-789bfc531e6daaf73f39570d023150c68b5b86d7.tar.gz
[lilac] updated to 1.20.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9dc2ce2500ab..cea1c8a652c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=LineagePulse
-_pkgver=1.18.0
+_pkgver=1.20.0
pkgname=r-${_pkgname,,}
-pkgver=1.18.0
+pkgver=1.20.0
pkgrel=1
pkgdesc='Differential expression analysis and model fitting for single-cell RNA-seq data'
arch=('any')
@@ -22,7 +22,7 @@ depends=(
r-summarizedexperiment
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('0fe6c15076cbee89cd77b4c2085b3deaf6a9778bb6904b5ba4a5dad59288f3a4')
+sha256sums=('2de0ac608a753e0cdae8af56d210090bc741f44672cf9782d12b279620a6ab54')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"