summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-02-11 00:03:31 +0000
committerBioArchLinuxBot2024-02-11 00:03:31 +0000
commit4d1dd05e28fc24edb410409138ae0d5a51175d5a (patch)
treebb922207d9d9ba5d3f88b9d931cf97e0ab8aa13c
parentf8845df8d3a99ea385e428b27da4a8243ad38fc1 (diff)
downloadaur-4d1dd05e28fc24edb410409138ae0d5a51175d5a.tar.gz
[lilac] updated to 1.14.2-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26223ded7d20..e6cb53d58133 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-dittoseq
pkgdesc = User Friendly Single-Cell and Bulk RNA Sequencing Visualization
- pkgver = 1.14.1
+ pkgver = 1.14.2
pkgrel = 1
url = https://bioconductor.org/packages/dittoSeq
arch = any
@@ -32,7 +32,7 @@ pkgbase = r-dittoseq
optdepends = r-scrnaseq
optdepends = r-seurat
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/dittoSeq_1.14.1.tar.gz
- sha256sums = d99826f66590a89f98dc9185e43aa374b4d9ca12c4743b4e8fcf1a13403609ec
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/dittoSeq_1.14.2.tar.gz
+ sha256sums = 40dff6bc16693acd5b499aed24fa675e16bd5fe1bd7809418d58daf995c1d163
pkgname = r-dittoseq
diff --git a/PKGBUILD b/PKGBUILD
index 295b1f54f2b0..c1f93f3e94e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=dittoSeq
-_pkgver=1.14.1
+_pkgver=1.14.2
pkgname=r-${_pkgname,,}
-pkgver=1.14.1
+pkgver=1.14.2
pkgrel=1
pkgdesc='User Friendly Single-Cell and Bulk RNA Sequencing Visualization'
arch=('any')
@@ -41,7 +41,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('d99826f66590a89f98dc9185e43aa374b4d9ca12c4743b4e8fcf1a13403609ec')
+sha256sums=('40dff6bc16693acd5b499aed24fa675e16bd5fe1bd7809418d58daf995c1d163')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"