mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-cellxgenedp: fix depends
This commit is contained in:
parent
b184c8af6a
commit
c7a38eaf8d
2 changed files with 4 additions and 6 deletions
|
@ -2,10 +2,10 @@
|
|||
# Contributor: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=cellxgenedp
|
||||
_pkgver=1.6.1
|
||||
_pkgver=1.6.2
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//-/.}
|
||||
pkgrel=1
|
||||
pkgrel=0
|
||||
pkgdesc="Discover and Access Single Cell Data Sets in the cellxgene Data Portal"
|
||||
arch=(any)
|
||||
url="https://bioconductor.org/packages/$_pkgname"
|
||||
|
@ -15,7 +15,6 @@ depends=(
|
|||
r-dplyr
|
||||
r-dt
|
||||
r-httr
|
||||
r-jsonlite
|
||||
r-rjsoncons
|
||||
r-shiny
|
||||
)
|
||||
|
@ -34,8 +33,8 @@ optdepends=(
|
|||
r-zellkonverter
|
||||
)
|
||||
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
md5sums=('dc1730a545f49b0b8c14991289f29a6b')
|
||||
b2sums=('456500ab5ebf7e2bf48ede7ad633eb66c231443103804f437f2a9a4a64676af47f530b92e9d2baaa7a817ae2a52d8691b282689ce09b7b071bd60a034246542b')
|
||||
md5sums=('3c66252d3d760b9012613c5cb3df36ba')
|
||||
b2sums=('99536ef9fa46945aaeb208793a5942b89f50752707639f37a5605ca9412d69d6d29315b54d383d17a3e333d211b58345e96e4f34a377eafc2cec50061e3be061')
|
||||
|
||||
build() {
|
||||
mkdir build
|
||||
|
|
|
@ -7,7 +7,6 @@ repo_depends:
|
|||
- r-dplyr
|
||||
- r-dt
|
||||
- r-httr
|
||||
- r-jsonlite
|
||||
- r-rjsoncons
|
||||
- r-shiny
|
||||
repo_makedepends:
|
||||
|
|
Loading…
Add table
Reference in a new issue