mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-networktools: auto updated to 1.6.0-1
This commit is contained in:
parent
ca2f4a4910
commit
2a2e69bff9
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: sukanka <su975853527@gmail.com>
|
||||
|
||||
_pkgname=networktools
|
||||
_pkgver=1.5.2
|
||||
_pkgver=1.6.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.5.2
|
||||
pkgrel=2
|
||||
pkgver=1.6.0
|
||||
pkgrel=1
|
||||
pkgdesc='Tools for Identifying Important Nodes in Networks'
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -29,7 +29,7 @@ optdepends=(
|
|||
r-testthat
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('877045b0560007df40a476f60cb871e05d6264bf6bd49d1e3ddb9668992d5870')
|
||||
sha256sums=('759d35ca5489ee99d1dc8b9a110da0ba50a44e067c969f7c6f1e138c0a1f8916')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue