mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-escher: fix optdepends
This commit is contained in:
parent
07c02799e4
commit
557bc98014
1 changed files with 5 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Pekka Ristola <pekkarr [at] protonmail [dot] com>
|
||||
|
||||
_pkgname=escheR
|
||||
_pkgver=1.2.0
|
||||
_pkgver=1.3.2
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//-/.}
|
||||
pkgrel=2
|
||||
pkgrel=0
|
||||
pkgdesc="Unified multi-dimensional visualizations with Gestalt principles"
|
||||
arch=(any)
|
||||
url="https://bioconductor.org/packages/$_pkgname"
|
||||
|
@ -20,6 +20,7 @@ optdepends=(
|
|||
r-biocstyle
|
||||
r-bumpymatrix
|
||||
r-ggpubr
|
||||
r-hexbin
|
||||
r-knitr
|
||||
r-rmarkdown
|
||||
r-scater
|
||||
|
@ -29,8 +30,8 @@ optdepends=(
|
|||
r-stexampledata
|
||||
)
|
||||
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
md5sums=('ed2586d2e42f89db85790889863421b8')
|
||||
b2sums=('2181b8c329cca2fcc14c7a4812b05c488f39f4980893b9303e722828c01dfc62ab151c24d8e0fff150d5fbb4df8a83fb3ad740322f8abdd82ab0fb55a6855fa0')
|
||||
md5sums=('db0a4cc95d4270dc69ce292d88e8c006')
|
||||
b2sums=('2045dd02a2b038df9c39e0a0fe8056b83c68e2ce9e579bd018de7b8c0b91a22de8961e0507acd537288318c5e0d596ece9c9a954aa8e28fd4e7ad4582b82cba5')
|
||||
|
||||
build() {
|
||||
mkdir build
|
||||
|
|
Loading…
Add table
Reference in a new issue