summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-03 00:13:28 +0000
committerBioArchLinuxBot2024-05-03 00:13:28 +0000
commit9fd1d47bac7749a4ecfa65529c2ba5eff88ad4d6 (patch)
treeac25801228412148a1eaa807514c966b71c98c58
parent277ad90560ce8ce1c3d34af7fd42fa480f0daeba (diff)
downloadaur-r-tscan.tar.gz
[lilac] updated to 1.42.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 597bea184034..170131e3a8dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-tscan
pkgdesc = Tools for Single-Cell Analysis
- pkgver = 1.40.1
+ pkgver = 1.42.0
pkgrel = 1
url = https://bioconductor.org/packages/TSCAN
arch = any
@@ -27,7 +27,7 @@ pkgbase = r-tscan
optdepends = r-scran
optdepends = r-scuttle
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/TSCAN_1.40.1.tar.gz
- sha256sums = 9ab3418fbc3b0eb4e285d027595b90c2532863588a31a66108525a5f30c4ee35
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/TSCAN_1.42.0.tar.gz
+ sha256sums = 1230272d8178a1d6f75b95280017a5d0147c21baf000a3692a1eea2a7db000e9
pkgname = r-tscan
diff --git a/PKGBUILD b/PKGBUILD
index 4aa89e0026f6..c18083cc1cfb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=TSCAN
-_pkgver=1.40.1
+_pkgver=1.42.0
pkgname=r-${_pkgname,,}
-pkgver=1.40.1
+pkgver=1.42.0
pkgrel=1
pkgdesc='Tools for Single-Cell Analysis'
arch=('any')
@@ -36,7 +36,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('9ab3418fbc3b0eb4e285d027595b90c2532863588a31a66108525a5f30c4ee35')
+sha256sums=('1230272d8178a1d6f75b95280017a5d0147c21baf000a3692a1eea2a7db000e9')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"