diff options
author | BioArchLinuxBot | 2023-04-27 16:26:21 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2023-04-27 16:26:21 +0000 |
commit | 069aedf12eb2eaf077fd8e0df5c2351252c3ba2d (patch) | |
tree | 7ac1bc6df79fe23993612eb75f5c131a8cb70340 /PKGBUILD | |
parent | f0673608f41716de5c262b59156ca9423c07eb98 (diff) | |
download | aur-069aedf12eb2eaf077fd8e0df5c2351252c3ba2d.tar.gz |
[lilac] updated to 2.6.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=InterCellar -_pkgver=2.4.0 +_pkgver=2.6.0 pkgname=r-${_pkgname,,} -pkgver=2.4.0 +pkgver=2.6.0 pkgrel=1 pkgdesc='InterCellar: an R-Shiny app for interactive analysis and exploration of cell-cell communication in single-cell transcriptomics' arch=('any') @@ -59,7 +59,7 @@ optdepends=( r-testthat ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('811ec18f685779dbb90f0228ab6bc369e0cdfdc51c1c9d6b17ab5a4b384a1dab') +sha256sums=('689df119bae8ca039bf16bf3ca37b5e6c7a6b38614cea014dbb207867f935bd4') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |