mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
fix: r-bslib, rseqc, rebuild r-cellmix
This commit is contained in:
parent
c2e8429e1e
commit
40f7f2214b
4 changed files with 9 additions and 4 deletions
|
@ -1,19 +1,21 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=bslib
|
||||
_pkgver=0.3.1
|
||||
_pkgver=0.4.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.3.1
|
||||
pkgrel=4
|
||||
pkgver=0.4.0
|
||||
pkgrel=0
|
||||
pkgdesc="Custom 'Bootstrap' 'Sass' Themes for 'shiny' and 'rmarkdown'"
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
license=('MIT')
|
||||
depends=(
|
||||
r
|
||||
r-cachem
|
||||
r-htmltools
|
||||
r-jquerylib
|
||||
r-jsonlite
|
||||
r-memoise
|
||||
r-rlang
|
||||
r-sass
|
||||
)
|
||||
|
|
|
@ -3,9 +3,11 @@ maintainers:
|
|||
- github: starsareintherose
|
||||
email: git@malacology.net
|
||||
repo_depends:
|
||||
- r-cachem
|
||||
- r-htmltools
|
||||
- r-jquerylib
|
||||
- r-jsonlite
|
||||
- r-memoise
|
||||
- r-rlang
|
||||
- r-sass
|
||||
update_on:
|
||||
|
|
|
@ -3,7 +3,7 @@ _pkgname=CellMix
|
|||
_pkgver=1.6.2
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.6.2
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="A Comprehensive Toolbox for Gene Expression Deconvolution"
|
||||
arch=('x86_64')
|
||||
url="http://web.cbio.uct.ac.za/~renaud/CRAN/web/CellMix/"
|
||||
|
|
|
@ -5,6 +5,7 @@ maintainers:
|
|||
repo_depends:
|
||||
- python-pybigwig
|
||||
- python-bx
|
||||
- python-pysam
|
||||
update_on:
|
||||
- source: regex
|
||||
regex: 'RSeQC v(\d+.\d+.\d+)'
|
||||
|
|
Loading…
Add table
Reference in a new issue