mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-graphlayouts: auto updated to 1.2.2-1
This commit is contained in:
parent
f922c75750
commit
2af95e89f7
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||||
|
|
||||||
_pkgname=graphlayouts
|
_pkgname=graphlayouts
|
||||||
_pkgver=1.2.1
|
_pkgver=1.2.2
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=1.2.1
|
pkgver=1.2.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Additional Layout Algorithms for Network Visualizations'
|
pkgdesc='Additional Layout Algorithms for Network Visualizations'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -25,7 +25,7 @@ optdepends=(
|
||||||
r-uwot
|
r-uwot
|
||||||
)
|
)
|
||||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||||
sha256sums=('4dfa2028fae8e917b282c46718fefea8c56fc32bcffac5dd5e7a4b424eeb3f86')
|
sha256sums=('4848f108fe53ba898217ccf24328d626d75620f97020a467f07b7f69afc1e82f')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue