summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-05-08 12:56:47 +0000
committerBioArchLinuxBot2023-05-08 12:56:47 +0000
commit298cb866e886425864900f647bd0c8a42c221655 (patch)
treeeee05f0ed429193488ab8d1e5ae90583df6c1045
parenteaac8e1d90c73e9c29d49692319c8c2c3b2eff45 (diff)
downloadaur-298cb866e886425864900f647bd0c8a42c221655.tar.gz
[lilac] updated to 2.12.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3cd0da55974..ff880c050609 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-basics
pkgdesc = Bayesian Analysis of Single-Cell Sequencing data
- pkgver = 2.12.0
+ pkgver = 2.12.1
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.0.tar.gz
- sha256sums = e902f587a2d2df92cbc504f0344c8d9d3f34214d1cc093f555bfc1bd1129171e
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/BASiCS_2.12.1.tar.gz
+ sha256sums = baf012266fc1a8310d4392629fb378996ff9182e6b9f5b52ea8268d03536772b
pkgname = r-basics
diff --git a/PKGBUILD b/PKGBUILD
index aa953598b7f3..ae949179f15b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=BASiCS
-_pkgver=2.12.0
+_pkgver=2.12.1
pkgname=r-${_pkgname,,}
-pkgver=2.12.0
+pkgver=2.12.1
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=('e902f587a2d2df92cbc504f0344c8d9d3f34214d1cc093f555bfc1bd1129171e')
+sha256sums=('baf012266fc1a8310d4392629fb378996ff9182e6b9f5b52ea8268d03536772b')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"