mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-ggvenndiagram: fix depends
This commit is contained in:
parent
3cc7a74d6f
commit
af0d33918a
2 changed files with 8 additions and 9 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: sukanka <su975853527@gmail.com>
|
||||
|
||||
_pkgname=ggVennDiagram
|
||||
_pkgver=1.4.9
|
||||
_pkgver=1.5.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//-/.}
|
||||
pkgrel=1
|
||||
pkgrel=0
|
||||
pkgdesc="A 'ggplot2' Implement of Venn Diagram"
|
||||
arch=(any)
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
|
@ -15,21 +15,19 @@ depends=(
|
|||
r-forcats
|
||||
r-ggplot2
|
||||
r-tibble
|
||||
r-tidyr
|
||||
r-venn
|
||||
r-yulab.utils
|
||||
)
|
||||
optdepends=(
|
||||
r-knitr
|
||||
r-plotly
|
||||
r-rcolorbrewer
|
||||
r-rmarkdown
|
||||
r-shiny
|
||||
r-testthat
|
||||
r-venn
|
||||
r-yulab.utils
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
md5sums=('8bbc17808fb44aececaf7ebeedb54a44')
|
||||
b2sums=('2ab2f9a27ed661d8d54242875e2bdfaf28006989850b3595f2e4be11e3ca7e5f011c03dd45bff546f0abb853571b6e07215405ea0d7bbba179d0be836e60927f')
|
||||
md5sums=('e225a0b374c62445bff961725fbdd9c0')
|
||||
b2sums=('ca20a5c335c2c34776ca5a7d9894b25eb05960408a9f6f4334a8ed026edb1813d6ec2a69fe3c2bc5ca51a6f0d07451d858245cf136f1a664b1f72778d26534c8')
|
||||
|
||||
build() {
|
||||
mkdir build
|
||||
|
|
|
@ -8,7 +8,8 @@ repo_depends:
|
|||
- r-forcats
|
||||
- r-ggplot2
|
||||
- r-tibble
|
||||
- r-tidyr
|
||||
- r-venn
|
||||
- r-yulab.utils
|
||||
update_on:
|
||||
- source: rpkgs
|
||||
pkgname: ggVennDiagram
|
||||
|
|
Loading…
Add table
Reference in a new issue