summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-12-16 00:57:34 +0000
committerBioArchLinuxBot2022-12-16 00:57:34 +0000
commitbff87fcd3943a14d02cd90dfc938329f9566b9b6 (patch)
tree121d50aed6ec2c15edfee8da7587e064aeb0c554
parente973fb3e98fe943b57fb34433ed1aa47c79a7776 (diff)
downloadaur-bff87fcd3943a14d02cd90dfc938329f9566b9b6.tar.gz
[lilac] updated to 1.8.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3eb59275ee5..8c81c3218017 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-bayesspace
pkgdesc = Clustering and Resolution Enhancement of Spatial Transcriptomes
- pkgver = 1.8.0
+ pkgver = 1.8.1
pkgrel = 1
url = https://bioconductor.org/packages/BayesSpace
arch = x86_64
@@ -38,7 +38,7 @@ pkgbase = r-bayesspace
optdepends = r-spatiallibd
optdepends = r-testthat
optdepends = r-viridis
- source = https://bioconductor.org/packages/release/bioc/src/contrib/BayesSpace_1.8.0.tar.gz
- sha256sums = 41c06a1a55689ee06d0af8d4e67871e7df1a41c65cbaa377e273c5ec04ca14c3
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/BayesSpace_1.8.1.tar.gz
+ sha256sums = 91b21b2dee052b4630633f7cb743c10c4d4d39da3dddc7aac6181b4f676e9504
pkgname = r-bayesspace
diff --git a/PKGBUILD b/PKGBUILD
index 470cd238ae5c..819130bac3c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=BayesSpace
-_pkgver=1.8.0
+_pkgver=1.8.1
pkgname=r-${_pkgname,,}
-pkgver=1.8.0
+pkgver=1.8.1
pkgrel=1
pkgdesc='Clustering and Resolution Enhancement of Spatial Transcriptomes'
arch=('x86_64')
@@ -48,7 +48,7 @@ optdepends=(
r-viridis
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('41c06a1a55689ee06d0af8d4e67871e7df1a41c65cbaa377e273c5ec04ca14c3')
+sha256sums=('91b21b2dee052b4630633f7cb743c10c4d4d39da3dddc7aac6181b4f676e9504')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"