mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-scpipe: auto updated to 2.6.0-1
This commit is contained in:
parent
9999a12d88
commit
6ff3664a33
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
||||||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||||
|
|
||||||
_pkgname=scPipe
|
_pkgname=scPipe
|
||||||
_pkgver=2.4.0
|
_pkgver=2.6.0
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=2.4.0
|
pkgver=2.6.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='pipeline for single cell RNA-seq data analysis'
|
pkgdesc='pipeline for single cell RNA-seq data analysis'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -78,7 +78,7 @@ optdepends=(
|
||||||
r-xml2
|
r-xml2
|
||||||
)
|
)
|
||||||
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=('09202204de64c8581ad5062ad7593aa1effa76727a91e8107a2abad93b36e858')
|
sha256sums=('874d763976286f1a826793e8c46e92526790068a156dceb115b9cfbfba9d8a22')
|
||||||
|
|
||||||
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