summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-31 18:43:02 +0000
committerBioArchLinuxBot2023-10-31 18:43:02 +0000
commit2da8984817234e35e7de6d499cb0c382d06dd590 (patch)
tree168004939e033a18d6250fbbf5d41917f9b6156c /PKGBUILD
parent59aacbbb3a3e003c9e8bae5c8c700aa4fb4bab67 (diff)
downloadaur-2da8984817234e35e7de6d499cb0c382d06dd590.tar.gz
[lilac] updated to 1.12.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3f0ad42bb71e..ff0b1facd1dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=SpatialDecon
-_pkgver=1.10.0
+_pkgver=1.12.0
pkgname=r-${_pkgname,,}
-pkgver=1.10.0
+pkgver=1.12.0
pkgrel=1
pkgdesc='Deconvolution of mixed cells from spatial and/or bulk gene expression data'
arch=('any')
@@ -24,7 +24,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('2a22a94b57ff1ff309869bd99d8de7284a85bbf64ddbf72c799ad09114307574')
+sha256sums=('7baf1760f15f663bf2a5bb4ada48cda5f3e76428380f772f6054158dbde990d3')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"