mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-doubletrouble: fix optdepends
This commit is contained in:
parent
1b779d16c7
commit
fd2f91dd2a
1 changed files with 5 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Pekka Ristola <pekkarr [at] protonmail [dot] com>
|
||||
|
||||
_pkgname=doubletrouble
|
||||
_pkgver=1.2.5
|
||||
_pkgver=1.4.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//-/.}
|
||||
pkgrel=2
|
||||
pkgrel=0
|
||||
pkgdesc="Identification and classification of duplicated genes"
|
||||
arch=(any)
|
||||
url="https://bioconductor.org/packages/$_pkgname"
|
||||
|
@ -30,10 +30,11 @@ optdepends=(
|
|||
r-rmarkdown
|
||||
r-sessioninfo
|
||||
r-testthat
|
||||
r-txdbmaker
|
||||
)
|
||||
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
md5sums=('58b33ed625e84743150590ce3a524cc7')
|
||||
b2sums=('fd8bb229e0aaf4bcffa4860d8e89efe141fcc40d368e96f59d5b77c831b38279de89b84448792888f5bc4b4c35117951c58dc80fcc5f0bd2b811f36e149e279e')
|
||||
md5sums=('f8287b34c1bec3a4b1523411f071ff86')
|
||||
b2sums=('176d71cbd633570cc90fb160511a4fe70c22c298b555024a4eb08e50ff7ed742fb8b968955702f2c441089f9f27b5c6219892979925c334bb7de1b584266eb11')
|
||||
|
||||
build() {
|
||||
mkdir build
|
||||
|
|
Loading…
Add table
Reference in a new issue