mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-scarray: auto updated to 1.14.0-1
This commit is contained in:
parent
f6875a24fa
commit
cdc5846acf
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||||
|
|
||||||
_pkgname=SCArray
|
_pkgname=SCArray
|
||||||
_pkgver=1.12.0
|
_pkgver=1.14.0
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=1.12.0
|
pkgver=1.14.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Large-scale single-cell RNA-seq data manipulation with GDS files'
|
pkgdesc='Large-scale single-cell RNA-seq data manipulation with GDS files'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -33,7 +33,7 @@ optdepends=(
|
||||||
r-uwot
|
r-uwot
|
||||||
)
|
)
|
||||||
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||||
sha256sums=('cb2efcd6e8c58ab4b02071769808c3aa806275545f2f26dc7cca61f8d520a3a8')
|
sha256sums=('80521ca3c1d0305536834fb1b0d0e79aae50af69b97865311117dd8fbebcc7dd')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue