summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-01-21 01:10:50 +0000
committerBioArchLinuxBot2023-01-21 01:10:50 +0000
commit29db54fb7066c5db78c28410162d0ab91f069bf0 (patch)
tree311caedddc9fe8188366ce80247303c4b288a08c
parent8808ef3176dae94d0c627372341abee5a200cd09 (diff)
downloadaur-29db54fb7066c5db78c28410162d0ab91f069bf0.tar.gz
[lilac] updated to 2.10.5-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 92087f1b9a9c..44b88f674339 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-basics
pkgdesc = Bayesian Analysis of Single-Cell Sequencing data
- pkgver = 2.10.4
+ pkgver = 2.10.5
pkgrel = 1
url = https://bioconductor.org/packages/BASiCS
arch = x86_64
@@ -31,7 +31,7 @@ pkgbase = r-basics
optdepends = r-magick
optdepends = r-rmarkdown
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/BASiCS_2.10.4.tar.gz
- sha256sums = 6d163d89590afa367cf8468cb3966c0f47e1ca53f202d4d0a617751ede42b6ec
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/BASiCS_2.10.5.tar.gz
+ sha256sums = 706eb46608d446f67800ef1ba44950e621e58a26f596d56ee03aea01c2c9eb46
pkgname = r-basics
diff --git a/PKGBUILD b/PKGBUILD
index e43b56b9f3e9..b50219dca311 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=BASiCS
-_pkgver=2.10.4
+_pkgver=2.10.5
pkgname=r-${_pkgname,,}
-pkgver=2.10.4
+pkgver=2.10.5
pkgrel=1
pkgdesc='Bayesian Analysis of Single-Cell Sequencing data'
arch=('x86_64')
@@ -41,7 +41,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('6d163d89590afa367cf8468cb3966c0f47e1ca53f202d4d0a617751ede42b6ec')
+sha256sums=('706eb46608d446f67800ef1ba44950e621e58a26f596d56ee03aea01c2c9eb46')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"