diff options
author | BioArchLinuxBot | 2025-04-16 22:14:23 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2025-04-16 22:14:23 +0000 |
commit | 0761fd6be2ba3e06468ecd74903ed6954d26fc1a (patch) | |
tree | ae9f26547540a3f0138964f857eb4b002e9c9c75 /PKGBUILD | |
parent | 29cd560db70ac4f8cb029f8d232b09cd7dcaf0b1 (diff) | |
download | aur-0761fd6be2ba3e06468ecd74903ed6954d26fc1a.tar.gz |
[lilac] updated to 1.40.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=sincell -_pkgver=1.38.0 +_pkgver=1.40.0 pkgname=r-${_pkgname,,} -pkgver=1.38.0 +pkgver=1.40.0 pkgrel=1 pkgdesc='R package for the statistical assessment of cell state hierarchies from single-cell RNA-seq data' arch=('x86_64') @@ -32,7 +32,7 @@ optdepends=( r-stringr ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('25d75935f3fc0306cff13a4b3f9612d2314cda0cd58e5c6a9c58c326c85c97c0') +sha256sums=('ecd5e79db38cc83d39ab1c1f9c1b74fbcb3f114163d54579d3dde7baaca57ef8') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |