mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-scran: auto updated to 1.24.0-1
This commit is contained in:
parent
47f3fabb50
commit
9927f23ee2
1 changed files with 4 additions and 4 deletions
|
@ -2,10 +2,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=scran
|
||||
_pkgver=1.22.1
|
||||
_pkgver=1.24.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.22.1
|
||||
pkgrel=2
|
||||
pkgver=1.24.0
|
||||
pkgrel=1
|
||||
pkgdesc='Methods for Single-Cell RNA-Seq Data Analysis'
|
||||
arch=('x86_64')
|
||||
url="https://bioconductor.org/packages/${_pkgname}"
|
||||
|
@ -49,7 +49,7 @@ optdepends=(
|
|||
r-testthat
|
||||
)
|
||||
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('2cd2834db655b8bf2b2dce996065f02132d03d77a71e1ac16e48dd6c94ef8c1a')
|
||||
sha256sums=('1c997e6c653e74bc99a4b249ead5490e47523553adcf5f6f31aa8454066de775')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue