diff options
author | BioArchLinuxBot | 2023-04-27 14:51:06 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2023-04-27 14:51:06 +0000 |
commit | 59aacbbb3a3e003c9e8bae5c8c700aa4fb4bab67 (patch) | |
tree | f47b15af701a806a6df413edcc839050d6d6b6f2 /PKGBUILD | |
parent | bcb65cfcd39a2dd4b57f1b03d44ec22cfdc13de3 (diff) | |
download | aur-59aacbbb3a3e003c9e8bae5c8c700aa4fb4bab67.tar.gz |
[lilac] updated to 1.10.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,9 +1,9 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=SpatialDecon -_pkgver=1.8.0 +_pkgver=1.10.0 pkgname=r-${_pkgname,,} -pkgver=1.8.0 +pkgver=1.10.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=('bfa4a3b65c64f92b8330d323414d906a07c660007f1d4cb7feab6c47d7e4c02a') +sha256sums=('2a22a94b57ff1ff309869bd99d8de7284a85bbf64ddbf72c799ad09114307574') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |