summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-06-17 18:09:40 +0000
committerBioArchLinuxBot2023-06-17 18:09:40 +0000
commit8f3003605a6b2a57ceaaf4bbc1d3e03d108a58b2 (patch)
treeeb4f5f31113769a4cf0a001ca936cdfb0c6b484a
parent298cb866e886425864900f647bd0c8a42c221655 (diff)
downloadaur-8f3003605a6b2a57ceaaf4bbc1d3e03d108a58b2.tar.gz
[lilac] updated to 2.12.2-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff880c050609..b81a83c667ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-basics
pkgdesc = Bayesian Analysis of Single-Cell Sequencing data
- pkgver = 2.12.1
+ pkgver = 2.12.2
pkgrel = 1
url = https://bioconductor.org/packages/BASiCS
arch = x86_64
@@ -33,7 +33,7 @@ pkgbase = r-basics
optdepends = r-rmarkdown
optdepends = r-scrnaseq
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/BASiCS_2.12.1.tar.gz
- sha256sums = baf012266fc1a8310d4392629fb378996ff9182e6b9f5b52ea8268d03536772b
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/BASiCS_2.12.2.tar.gz
+ sha256sums = 507815396c17f21501119104104ac44c19c8dbf29ec88d99fb25b6dc00a60065
pkgname = r-basics
diff --git a/PKGBUILD b/PKGBUILD
index ae949179f15b..247370595416 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=BASiCS
-_pkgver=2.12.1
+_pkgver=2.12.2
pkgname=r-${_pkgname,,}
-pkgver=2.12.1
+pkgver=2.12.2
pkgrel=1
pkgdesc='Bayesian Analysis of Single-Cell Sequencing data'
arch=('x86_64')
@@ -43,7 +43,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('baf012266fc1a8310d4392629fb378996ff9182e6b9f5b52ea8268d03536772b')
+sha256sums=('507815396c17f21501119104104ac44c19c8dbf29ec88d99fb25b6dc00a60065')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"