mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-isoformswitchanalyzer: fix depends
This commit is contained in:
parent
d201e7c8ab
commit
d7ad28d370
2 changed files with 6 additions and 4 deletions
|
@ -2,10 +2,10 @@
|
|||
# Contributor: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=IsoformSwitchAnalyzeR
|
||||
_pkgver=2.2.0
|
||||
_pkgver=2.4.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//-/.}
|
||||
pkgrel=2
|
||||
pkgrel=0
|
||||
pkgdesc="Identify, Annotate and Visualize Isoform Switches with Functional Consequences from both short- and long-read RNA-seq data"
|
||||
arch=(x86_64)
|
||||
url="https://bioconductor.org/packages/$_pkgname"
|
||||
|
@ -30,6 +30,7 @@ depends=(
|
|||
r-magrittr
|
||||
r-pfamanalyzer
|
||||
r-plyr
|
||||
r-pwalign
|
||||
r-rcolorbrewer
|
||||
r-rcurl
|
||||
r-readr
|
||||
|
@ -53,8 +54,8 @@ optdepends=(
|
|||
r-rmarkdown
|
||||
)
|
||||
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
md5sums=('6aad6b0133da9e103b4385ff31b7028c')
|
||||
b2sums=('238078c28345b304f1a54970bd924414ad95da87acc417c4c6b3a840deb052b914e7b238ded7ee3e2f2ea23d9ea91153cbd04961b5e915d30a2e750f9abf7bb2')
|
||||
md5sums=('342efbd24db12e57c05e197f9a1572f8')
|
||||
b2sums=('b56340539344cb65f6c66438b6699c4e4520517458cbc9e691b5a12d79294bce1127f7ce457a8261f5983a516dea0a8efdc9a3807c60f580badb24abf52044ab')
|
||||
|
||||
build() {
|
||||
mkdir build
|
||||
|
|
|
@ -22,6 +22,7 @@ repo_depends:
|
|||
- r-magrittr
|
||||
- r-pfamanalyzer
|
||||
- r-plyr
|
||||
- r-pwalign
|
||||
- r-rcolorbrewer
|
||||
- r-rcurl
|
||||
- r-readr
|
||||
|
|
Loading…
Add table
Reference in a new issue