summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-12-16 00:51:48 +0000
committerBioArchLinuxBot2022-12-16 00:51:48 +0000
commit2e1da103224cde10d2a986745343084ffa6e83b9 (patch)
tree6c54edc3d0f9efa184f9bbc6e7a7b56675f9f23d
parent26b5134af753e7d1c4be7633a076bfc81b6d0520 (diff)
downloadaur-2e1da103224cde10d2a986745343084ffa6e83b9.tar.gz
[lilac] updated to 1.26.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9510482ccfe8..467d900d15eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-scran
pkgdesc = Methods for Single-Cell RNA-Seq Data Analysis
- pkgver = 1.26.0
+ pkgver = 1.26.1
pkgrel = 1
url = https://bioconductor.org/packages/scran
arch = x86_64
@@ -39,7 +39,7 @@ pkgbase = r-scran
optdepends = r-scater
optdepends = r-scrnaseq
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/scran_1.26.0.tar.gz
- sha256sums = 30ba3ecbf94793a9c43c224bda88e3a12271e64934e21d407717004308bf3c86
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/scran_1.26.1.tar.gz
+ sha256sums = 97807bc6dcb6668d984b7b50e375b760ffc54550ad101adc24a27e1cdc450ceb
pkgname = r-scran
diff --git a/PKGBUILD b/PKGBUILD
index 9682ee8dae47..033a47778430 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=scran
-_pkgver=1.26.0
+_pkgver=1.26.1
pkgname=r-${_pkgname,,}
-pkgver=1.26.0
+pkgver=1.26.1
pkgrel=1
pkgdesc='Methods for Single-Cell RNA-Seq Data Analysis'
arch=('x86_64')
@@ -49,7 +49,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('30ba3ecbf94793a9c43c224bda88e3a12271e64934e21d407717004308bf3c86')
+sha256sums=('97807bc6dcb6668d984b7b50e375b760ffc54550ad101adc24a27e1cdc450ceb')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"