r-scpipe: auto updated to 2.6.0-1

This commit is contained in:
BioArchLinuxBot 2024-12-18 13:12:08 +00:00
parent 9999a12d88
commit 6ff3664a33

View file

@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=scPipe _pkgname=scPipe
_pkgver=2.4.0 _pkgver=2.6.0
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=2.4.0 pkgver=2.6.0
pkgrel=1 pkgrel=1
pkgdesc='pipeline for single cell RNA-seq data analysis' pkgdesc='pipeline for single cell RNA-seq data analysis'
arch=('x86_64') arch=('x86_64')
@ -78,7 +78,7 @@ optdepends=(
r-xml2 r-xml2
) )
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=('09202204de64c8581ad5062ad7593aa1effa76727a91e8107a2abad93b36e858') sha256sums=('874d763976286f1a826793e8c46e92526790068a156dceb115b9cfbfba9d8a22')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"