mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-networktools: auto updated to 1.5.1-1
This commit is contained in:
parent
88cc99a40f
commit
a728f879a4
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: sukanka <su975853527@gmail.com>
|
||||
|
||||
_pkgname=networktools
|
||||
_pkgver=1.5.0
|
||||
_pkgver=1.5.1
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.5.0
|
||||
pkgrel=5
|
||||
pkgver=1.5.1
|
||||
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=('1a51860d0fa4c5225b00c2a68f18a4d9d736f412102b0fe84b643e4948c11343')
|
||||
sha256sums=('de5dfa0f8f9f503b30575a4aab65ab76236a349eaecf9042a5ecc9082c76ba78')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue