summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-02-07 00:05:12 +0000
committerBioArchLinuxBot2024-02-07 00:05:12 +0000
commit277ad90560ce8ce1c3d34af7fd42fa480f0daeba (patch)
treeeef72ea1a0e0241dac455e894670460817cd4f36
parent6f51bf338b975a4d61bdcd329de53e1dd31e137e (diff)
downloadaur-277ad90560ce8ce1c3d34af7fd42fa480f0daeba.tar.gz
[lilac] updated to 1.40.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1e41351ee1f..597bea184034 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-tscan
pkgdesc = Tools for Single-Cell Analysis
- pkgver = 1.40.0
+ pkgver = 1.40.1
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.0.tar.gz
- sha256sums = 91de32a9438713559f766018096c5a9b7b6f65cb4e1e6640484a2699be5fa352
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/TSCAN_1.40.1.tar.gz
+ sha256sums = 9ab3418fbc3b0eb4e285d027595b90c2532863588a31a66108525a5f30c4ee35
pkgname = r-tscan
diff --git a/PKGBUILD b/PKGBUILD
index 3905c62c1279..4aa89e0026f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=TSCAN
-_pkgver=1.40.0
+_pkgver=1.40.1
pkgname=r-${_pkgname,,}
-pkgver=1.40.0
+pkgver=1.40.1
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=('91de32a9438713559f766018096c5a9b7b6f65cb4e1e6640484a2699be5fa352')
+sha256sums=('9ab3418fbc3b0eb4e285d027595b90c2532863588a31a66108525a5f30c4ee35')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"