mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-igraph: update depends,
r-cellmix: try to update lilac again.
This commit is contained in:
parent
ce2262e3f1
commit
fb966cd9fb
3 changed files with 7 additions and 5 deletions
|
@ -33,6 +33,6 @@ repo_depends:
|
|||
pre_build: vcs_update
|
||||
post_build: git_pkgbuild_commit
|
||||
update_on:
|
||||
- regex: '\d+.\d+.\d+'
|
||||
- regex: 'CellMix ([\d._-]+)'
|
||||
source: regex
|
||||
url: https://bio.tools/cellmix
|
||||
url: https://mybiosoftware.com/cellmix-1-6-1-gene-expression-deconvolution.html
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=igraph
|
||||
_pkgver=1.3.2
|
||||
_pkgver=1.3.3
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.3.2
|
||||
pkgrel=1
|
||||
pkgver=1.3.3
|
||||
pkgrel=0
|
||||
pkgdesc='Network Analysis and Visualization'
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -14,6 +14,7 @@ depends=(
|
|||
r
|
||||
r-magrittr
|
||||
r-pkgconfig
|
||||
r-rlang
|
||||
)
|
||||
optdepends=(
|
||||
r-ape
|
||||
|
|
|
@ -5,6 +5,7 @@ maintainers:
|
|||
repo_depends:
|
||||
- r-magrittr
|
||||
- r-pkgconfig
|
||||
- r-rlang
|
||||
update_on:
|
||||
- regex: igraph_([\d._-]+).tar.gz
|
||||
source: regex
|
||||
|
|
Loading…
Add table
Reference in a new issue