mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-cancer: fix depends
This commit is contained in:
parent
2f3c60ae66
commit
34269a9291
2 changed files with 6 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||||
|
|
||||||
_pkgname=canceR
|
_pkgname=canceR
|
||||||
_pkgver=1.36.3
|
_pkgver=1.36.4
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=${_pkgver//-/.}
|
pkgver=${_pkgver//-/.}
|
||||||
pkgrel=1
|
pkgrel=0
|
||||||
pkgdesc="A Graphical User Interface for accessing and modeling the Cancer Genomics Data of MSKCC"
|
pkgdesc="A Graphical User Interface for accessing and modeling the Cancer Genomics Data of MSKCC"
|
||||||
arch=(any)
|
arch=(any)
|
||||||
url="https://bioconductor.org/packages/$_pkgname"
|
url="https://bioconductor.org/packages/$_pkgname"
|
||||||
|
@ -21,6 +21,7 @@ depends=(
|
||||||
r-r.methodss3
|
r-r.methodss3
|
||||||
r-r.oo
|
r-r.oo
|
||||||
r-runit
|
r-runit
|
||||||
|
r-tidyr
|
||||||
r-tkrplot
|
r-tkrplot
|
||||||
)
|
)
|
||||||
optdepends=(
|
optdepends=(
|
||||||
|
@ -30,8 +31,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=('2e044cafedb167227aa757d494a7cb1f')
|
md5sums=('502102c1705b44380f926c037808529c')
|
||||||
b2sums=('9790eed0be76ac4838847ed45ae25d1181d886232f4b9a7b4181fbd42c0923af649c1c90cd8f54d4941d6e35eb4e78edd61626bb8029534fc67de891b6606337')
|
b2sums=('c4129c4238e2b5f648c741feb9df43ca11aa43f1bc6c67802bc328c1e3fe8a1b6d83800bfc46b5680857b97e6414fd4d300f90c1f099ac513af3fc7fc58b7cc9')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
mkdir build
|
mkdir build
|
||||||
|
|
|
@ -14,6 +14,7 @@ repo_depends:
|
||||||
- r-r.methodss3
|
- r-r.methodss3
|
||||||
- r-r.oo
|
- r-r.oo
|
||||||
- r-runit
|
- r-runit
|
||||||
|
- r-tidyr
|
||||||
- r-tkrplot
|
- r-tkrplot
|
||||||
update_on:
|
update_on:
|
||||||
- source: rpkgs
|
- source: rpkgs
|
||||||
|
|
Loading…
Add table
Reference in a new issue