mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-leiden: auto updated to 0.4.2-1
This commit is contained in:
parent
a7b63e71dd
commit
e5c0dcd406
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=leiden
|
||||
_pkgver=0.3.10
|
||||
_pkgver=0.4.2
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.3.10
|
||||
pkgver=0.4.2
|
||||
pkgrel=1
|
||||
pkgdesc='R Implementation of Leiden Clustering Algorithm'
|
||||
arch=('any')
|
||||
|
@ -32,7 +32,7 @@ optdepends=(
|
|||
r-tibble
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('c8fd0bed690abfe56c5770eeead0733ce6f36e73950d7b2836ab77d4f15f7ea5')
|
||||
sha256sums=('cace86748c4aa1720508210658ee2f63f7875be5bac215084001fdc59d22e2bd')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue