summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-11-01 13:03:20 +0000
committerBioArchLinuxBot2023-11-01 13:03:20 +0000
commit88c09182a3d403ec3b97da26b3a0c02a05df29bf (patch)
treefb844224ef083d9b06a06c5becb972f311b412ce /PKGBUILD
parent1f7aed0755430e987cdd2fb0949762e8323763a2 (diff)
downloadaur-88c09182a3d403ec3b97da26b3a0c02a05df29bf.tar.gz
[lilac] updated to 2.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 e4c33081a440..9a2b78eb609e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=scTensor
-_pkgver=2.10.0
+_pkgver=2.12.0
pkgname=r-${_pkgname,,}
-pkgver=2.10.0
+pkgver=2.12.0
pkgrel=1
pkgdesc='Detection of cell-cell interaction from single-cell RNA-seq dataset by tensor decomposition'
arch=('any')
@@ -52,7 +52,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('eb22b834c51466545b9f7076a6aab2ef9235d506ef23bebd7922d0a5d78677a8')
+sha256sums=('f1240c18eb9274ad5db6e67d850de7acdda1240e29744bfc042f017a077e01d3')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"