mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-igraph: auto updated to 1.3.0-1
This commit is contained in:
parent
d4ba3fa2c8
commit
5de71305e8
1 changed files with 4 additions and 4 deletions
|
@ -2,10 +2,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=igraph
|
||||
_pkgver=1.2.11
|
||||
_pkgver=1.3.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.2.11
|
||||
pkgrel=2
|
||||
pkgver=1.3.0
|
||||
pkgrel=1
|
||||
pkgdesc='Network Analysis and Visualization'
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -34,7 +34,7 @@ makedepends=(
|
|||
gcc-fortran
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('1c8b715eb61e6e7d9082858673929f8e84dc832c0a2a7aba7811511bbd2000de')
|
||||
sha256sums=('71e16830d3e825ef71fb00148d05def3d1cafa2e07188285845b52aa2962bf25')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue