mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-delocal: fix optdepends
This commit is contained in:
parent
89fdf34709
commit
ea80361627
1 changed files with 4 additions and 5 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Pekka Ristola <pekkarr [at] protonmail [dot] com>
|
||||
|
||||
_pkgname=DELocal
|
||||
_pkgver=1.2.0
|
||||
_pkgver=1.2.1
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//-/.}
|
||||
pkgrel=1
|
||||
pkgrel=0
|
||||
pkgdesc="Identifies differentially expressed genes with respect to other local genes"
|
||||
arch=(any)
|
||||
url="https://bioconductor.org/packages/$_pkgname"
|
||||
|
@ -22,13 +22,12 @@ optdepends=(
|
|||
r-biocstyle
|
||||
r-biomart
|
||||
r-knitr
|
||||
r-pcredux
|
||||
r-rmarkdown
|
||||
r-stringr
|
||||
)
|
||||
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
md5sums=('40f2eac89260ff4692fb02047990d048')
|
||||
b2sums=('5c19747fd0f9f65e54aeb1f64370aee3f0f2398fee17213b476b95372b0b780f1a683ac5a8d32716b0963aa5a34e64b0618b61e31c5919cbf19d844354b3a50b')
|
||||
md5sums=('11c1471d2d939f9a40cfa7d68dd608ca')
|
||||
b2sums=('0f0da1783f4f43545847d46920a003935e70b0bbd5e1730067971d2724110231f1047fbecba19cc8eb7818b5e87b031798729a44be2eb1b14435ab663e4f2624')
|
||||
|
||||
build() {
|
||||
mkdir build
|
||||
|
|
Loading…
Add table
Reference in a new issue