diff options
author | BioArchLinuxBot | 2025-04-22 14:23:37 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2025-04-22 14:23:37 +0000 |
commit | 3429c39d0834f0be53050471d442b015834537e7 (patch) | |
tree | 74787574eba7122cba6436a5f36b4d15dc54fddd /PKGBUILD | |
parent | 46f69b88d8d1691f5e5b1baeea62c59caddf1378 (diff) | |
download | aur-3429c39d0834f0be53050471d442b015834537e7.tar.gz |
[lilac] updated to 1.18.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2,9 +2,9 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=scCB2 -_pkgver=1.16.0 +_pkgver=1.18.0 pkgname=r-${_pkgname,,} -pkgver=1.16.0 +pkgver=1.18.0 pkgrel=1 pkgdesc='CB2 improves power of cell detection in droplet-based single-cell RNA sequencing data' arch=('x86_64') @@ -32,7 +32,7 @@ optdepends=( r-testthat ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('e5a68262ae46e842ccc8baed88343780a39efb0c5014deef955121c7b3f20a18') +sha256sums=('c30cd2d894d5f78d9a29e51bc2b9892e9739ae82e7a1b082cf760d91e8407387') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |