mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-ggrepel: fix optdepends
This commit is contained in:
parent
3a437eed65
commit
5b53ade216
1 changed files with 6 additions and 4 deletions
|
@ -3,10 +3,10 @@
|
|||
# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
|
||||
|
||||
_pkgname=ggrepel
|
||||
_pkgver=0.9.4
|
||||
_pkgver=0.9.5
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//-/.}
|
||||
pkgrel=2
|
||||
pkgrel=0
|
||||
pkgdesc="Automatically Position Non-Overlapping Text Labels with 'ggplot2'"
|
||||
arch=(x86_64)
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
|
@ -27,9 +27,11 @@ optdepends=(
|
|||
r-devtools
|
||||
r-dplyr
|
||||
r-ggbeeswarm
|
||||
r-ggpp
|
||||
r-gridextra
|
||||
r-knitr
|
||||
r-magrittr
|
||||
r-patchwork
|
||||
r-prettydoc
|
||||
r-readr
|
||||
r-rmarkdown
|
||||
|
@ -39,8 +41,8 @@ optdepends=(
|
|||
r-vdiffr
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
md5sums=('80614592620fcaa8a11f99995ecec94b')
|
||||
b2sums=('d51113603ad20b902edab10d57d3d70625695f9f20e4a9277be4d7934594b4caa1c4f980e825e755d566811d398366aac621e804c16262b89f92246b1826ccb1')
|
||||
md5sums=('07e2c7cac82ce345ea35ca0522c72ea9')
|
||||
b2sums=('e99c226e6a269202ccd3ce78a12cf867afa435d7a1afa724e486492aaa74104011a6a7081c3f8ec8284de073d69b01e304318c512075be095ef47c994757d791')
|
||||
|
||||
build() {
|
||||
mkdir build
|
||||
|
|
Loading…
Add table
Reference in a new issue