summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-31 18:59:24 +0000
committerBioArchLinuxBot2023-10-31 18:59:24 +0000
commit043218f10df17dac2c1e767ccf776cd161eec2a7 (patch)
tree33936f3dffb47b52d0b0b7d4619c5c66c6ffd1dd /PKGBUILD
parentc833cb2ca736691ff73b6859298742a8d200051d (diff)
downloadaur-043218f10df17dac2c1e767ccf776cd161eec2a7.tar.gz
[lilac] updated to 1.8.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2a4e56a0af44..6eee02d02ff5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=scTreeViz
-_pkgver=1.6.0
+_pkgver=1.8.0
pkgname=r-${_pkgname,,}
-pkgver=1.6.0
+pkgver=1.8.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=('58c13916255e1a4c60220b4ea4d46dd4c3903ec69a42d9460b1444ce7d2352a2')
+sha256sums=('b732dc1656ca78ffa1ec94d02f8c9b9d566f63abfc5c54a8c3d40e6e4e495a1a')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"