summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-03 14:45:02 +0000
committerBioArchLinuxBot2024-05-03 14:45:02 +0000
commit2add0b09d420de4d2fda41189afd2fab08192c99 (patch)
tree121162ca45037077e5df86e9c60718fa4f26dc82 /PKGBUILD
parent043218f10df17dac2c1e767ccf776cd161eec2a7 (diff)
downloadaur-2add0b09d420de4d2fda41189afd2fab08192c99.tar.gz
[lilac] updated to 1.10.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6eee02d02ff5..c016c9a4618f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=scTreeViz
-_pkgver=1.8.0
+_pkgver=1.10.0
pkgname=r-${_pkgname,,}
-pkgver=1.8.0
+pkgver=1.10.0
pkgrel=1
pkgdesc='R/Bioconductor package to interactively explore and visualize single cell RNA-seq datasets with hierarhical annotations'
arch=('any')
@@ -43,7 +43,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('b732dc1656ca78ffa1ec94d02f8c9b9d566f63abfc5c54a8c3d40e6e4e495a1a')
+sha256sums=('8a943719db0720844a54ac53d976da7385085dce7882d4d6ba331a5a1769b8ee')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"