r-icheck: auto updated to 1.26.0-1

This commit is contained in:
BioArchLinuxBot 2022-05-08 13:55:59 +00:00
parent e66e72ce6d
commit 4f7d1cf564

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=iCheck
_pkgver=1.24.0
_pkgver=1.26.0
pkgname=r-${_pkgname,,}
pkgver=1.24.0
pkgver=1.26.0
pkgrel=1
pkgdesc='QC Pipeline and Data Analysis Tools for High-Dimensional Illumina mRNA Expression Data'
arch=('any')
@ -24,7 +24,7 @@ depends=(
r-scatterplot3d
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('856a97a64ef558537b71d17afc85993eb4a09ada7f42f4a1f5491e238ab4ce1a')
sha256sums=('ac96438a7cddd00ee8725a0da32122276cc3112d4a4936bb6895b29d72270c5e')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"