r-cellxgenedp: fix depends

This commit is contained in:
Pekka Ristola 2024-04-04 14:37:39 +03:00
parent b184c8af6a
commit c7a38eaf8d
No known key found for this signature in database
GPG key ID: 2C20BE716E05213E
2 changed files with 4 additions and 6 deletions

View file

@ -2,10 +2,10 @@
# Contributor: Guoyi Zhang <guoyizhang at malacology dot net> # Contributor: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=cellxgenedp _pkgname=cellxgenedp
_pkgver=1.6.1 _pkgver=1.6.2
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.} pkgver=${_pkgver//-/.}
pkgrel=1 pkgrel=0
pkgdesc="Discover and Access Single Cell Data Sets in the cellxgene Data Portal" pkgdesc="Discover and Access Single Cell Data Sets in the cellxgene Data Portal"
arch=(any) arch=(any)
url="https://bioconductor.org/packages/$_pkgname" url="https://bioconductor.org/packages/$_pkgname"
@ -15,7 +15,6 @@ depends=(
r-dplyr r-dplyr
r-dt r-dt
r-httr r-httr
r-jsonlite
r-rjsoncons r-rjsoncons
r-shiny r-shiny
) )
@ -34,8 +33,8 @@ optdepends=(
r-zellkonverter r-zellkonverter
) )
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
md5sums=('dc1730a545f49b0b8c14991289f29a6b') md5sums=('3c66252d3d760b9012613c5cb3df36ba')
b2sums=('456500ab5ebf7e2bf48ede7ad633eb66c231443103804f437f2a9a4a64676af47f530b92e9d2baaa7a817ae2a52d8691b282689ce09b7b071bd60a034246542b') b2sums=('99536ef9fa46945aaeb208793a5942b89f50752707639f37a5605ca9412d69d6d29315b54d383d17a3e333d211b58345e96e4f34a377eafc2cec50061e3be061')
build() { build() {
mkdir build mkdir build

View file

@ -7,7 +7,6 @@ repo_depends:
- r-dplyr - r-dplyr
- r-dt - r-dt
- r-httr - r-httr
- r-jsonlite
- r-rjsoncons - r-rjsoncons
- r-shiny - r-shiny
repo_makedepends: repo_makedepends: