mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-tidygraph: auto updated to 1.2.2-1
This commit is contained in:
parent
6851fcc056
commit
5b9717db42
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=tidygraph
|
||||
_pkgver=1.2.1
|
||||
_pkgver=1.2.2
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.2.1
|
||||
pkgrel=4
|
||||
pkgver=1.2.2
|
||||
pkgrel=1
|
||||
pkgdesc='A Tidy API for Graph Manipulation'
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -35,7 +35,7 @@ optdepends=(
|
|||
r-testthat
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('2fbdc2db18c5ad48c72f14d2d04111f4b0d4c434ad87c280eda3bcb98673ad36')
|
||||
sha256sums=('d555cad6b5b56bd2edaa29950a0fd15942e972db21561bfd5cd64fd9a8936470')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue