r-hca: auto updated to 1.10.1-1

This commit is contained in:
BioArchLinuxBot 2024-03-26 18:09:43 +00:00
parent d5520f8f3f
commit 02664d9692

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=hca _pkgname=hca
_pkgver=1.10.0 _pkgver=1.10.1
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=1.10.0 pkgver=1.10.1
pkgrel=1 pkgrel=1
pkgdesc='Exploring the Human Cell Atlas Data Coordinating Platform' pkgdesc='Exploring the Human Cell Atlas Data Coordinating Platform'
arch=('any') arch=('any')
@ -35,7 +35,7 @@ optdepends=(
r-testthat r-testthat
) )
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")
sha256sums=('4a888d44e5a5e93af8e015830343e32ba3022bd7c8c3504635503fff3e3f09d3') sha256sums=('c713fb9dd52d7f71f01327deb0737be2f74fad811d97f95ff7f2cbae1ba46775')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"