r-igraph: update depends,

r-cellmix: try to update lilac again.
This commit is contained in:
sukanka 2022-07-15 14:36:58 +08:00
parent ce2262e3f1
commit fb966cd9fb
3 changed files with 7 additions and 5 deletions

View file

@ -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

View file

@ -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

View file

@ -5,6 +5,7 @@ maintainers:
repo_depends:
- r-magrittr
- r-pkgconfig
- r-rlang
update_on:
- regex: igraph_([\d._-]+).tar.gz
source: regex