mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-diagrammer: auto updated to 1.0.11-1
This commit is contained in:
parent
38b638f633
commit
1b745db97b
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=DiagrammeR
|
||||
_pkgver=1.0.10
|
||||
_pkgver=1.0.11
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.0.10
|
||||
pkgrel=3
|
||||
pkgver=1.0.11
|
||||
pkgrel=1
|
||||
pkgdesc='Graph/Network Visualization'
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -39,7 +39,7 @@ optdepends=(
|
|||
r-testthat
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('72f6a89708ae15277acbbab2dded5f461b6bdc9c5893112860fb34c8df3ff890')
|
||||
sha256sums=('e873e3d6e198232408161661001ddcb04c9a56065bb4703c925e538462f4c4df')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue