mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-ggnetwork: auto updated to 0.5.13-1
This commit is contained in:
parent
e4ca3bc339
commit
8e2ac0a4a6
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=ggnetwork
|
||||
_pkgver=0.5.12
|
||||
_pkgver=0.5.13
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.5.12
|
||||
pkgrel=2
|
||||
pkgver=0.5.13
|
||||
pkgrel=1
|
||||
pkgdesc="Geometries to Plot Networks with 'ggplot2'"
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -23,7 +23,7 @@ optdepends=(
|
|||
r-testthat
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('74368662c1a225cdefc8addf606b398f14dafeff03faac56c15aa5e14819e9cd')
|
||||
sha256sums=('6c297ead19dbd89de3278f3705410b757f2d9744bc466d8175105833a4e1fd46')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue