mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-cellbarcode: fix depends
This commit is contained in:
parent
ac3d8bfd62
commit
3d011bf315
2 changed files with 6 additions and 4 deletions
|
@ -2,10 +2,10 @@
|
||||||
# Contributor: Guoyi Zhang <guoyizhang at malacology dot net>
|
# Contributor: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||||
|
|
||||||
_pkgname=CellBarcode
|
_pkgname=CellBarcode
|
||||||
_pkgver=1.8.0
|
_pkgver=1.8.1
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=${_pkgver//-/.}
|
pkgver=${_pkgver//-/.}
|
||||||
pkgrel=1
|
pkgrel=0
|
||||||
pkgdesc="Cellular DNA Barcode Analysis toolkit"
|
pkgdesc="Cellular DNA Barcode Analysis toolkit"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url="https://bioconductor.org/packages/$_pkgname"
|
url="https://bioconductor.org/packages/$_pkgname"
|
||||||
|
@ -19,6 +19,7 @@ depends=(
|
||||||
r-magrittr
|
r-magrittr
|
||||||
r-plyr
|
r-plyr
|
||||||
r-rcpp
|
r-rcpp
|
||||||
|
r-rsamtools
|
||||||
r-s4vectors
|
r-s4vectors
|
||||||
r-seqinr
|
r-seqinr
|
||||||
r-shortread
|
r-shortread
|
||||||
|
@ -38,8 +39,8 @@ optdepends=(
|
||||||
r-testthat
|
r-testthat
|
||||||
)
|
)
|
||||||
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")
|
||||||
md5sums=('d219d9d5c998fda5f5c02f817361c56a')
|
md5sums=('17e78449fe21396c431d8e541a169864')
|
||||||
b2sums=('5458ab8733f2e2405110857864814be99a63f423cab5cafa188eb99369ba2baca669c4d4d2aee2131be0f61d81b9c96c43586840f900d7c69e2b6787b32d3d81')
|
b2sums=('789af20a6ed95950cabb36b2b29d73e202a1aa02d620a1818823aedc4a1d8765e8adfe4302537c2af8b79c9789c0069ae11a50bed2966debe0d519ecc5f00e6f')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
mkdir build
|
mkdir build
|
||||||
|
|
|
@ -11,6 +11,7 @@ repo_depends:
|
||||||
- r-magrittr
|
- r-magrittr
|
||||||
- r-plyr
|
- r-plyr
|
||||||
- r-rcpp
|
- r-rcpp
|
||||||
|
- r-rsamtools
|
||||||
- r-s4vectors
|
- r-s4vectors
|
||||||
- r-seqinr
|
- r-seqinr
|
||||||
- r-shortread
|
- r-shortread
|
||||||
|
|
Loading…
Add table
Reference in a new issue