diff options
author | BioArchLinuxBot | 2023-10-30 18:54:23 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2023-10-30 18:54:23 +0000 |
commit | 5d77cd6ceb2b29b8d7b6bf088bd13da997c8f772 (patch) | |
tree | d41ca544782bc4154f4205832b09dfd687d9993d | |
parent | 0108cce8b742f10ae1984cef598bea4738bcc013 (diff) | |
download | aur-5d77cd6ceb2b29b8d7b6bf088bd13da997c8f772.tar.gz |
[lilac] updated to 1.12.0-1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = r-bayesspace pkgdesc = Clustering and Resolution Enhancement of Spatial Transcriptomes - pkgver = 1.10.1 + pkgver = 1.12.0 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.10.1.tar.gz - sha256sums = aee7f89dd2241852b6dea26e7d1a80ddedfe7b66827fcc68ef1b8193c2c4c1ed + source = https://bioconductor.org/packages/release/bioc/src/contrib/BayesSpace_1.12.0.tar.gz + sha256sums = 0584268335dad3b79815c1a85201167585b1258cff171bd949c1ed6ca9d70fd7 pkgname = r-bayesspace @@ -2,9 +2,9 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=BayesSpace -_pkgver=1.10.1 +_pkgver=1.12.0 pkgname=r-${_pkgname,,} -pkgver=1.10.1 +pkgver=1.12.0 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=('aee7f89dd2241852b6dea26e7d1a80ddedfe7b66827fcc68ef1b8193c2c4c1ed') +sha256sums=('0584268335dad3b79815c1a85201167585b1258cff171bd949c1ed6ca9d70fd7') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |