r-cogaps: auto updated to 3.14.0-1

This commit is contained in:
BioArchLinuxBot 2022-01-14 00:33:53 +08:00
parent 9790a6933d
commit a7ba04e37a

View file

@ -3,7 +3,7 @@
_pkgname=CoGAPS
_pkgver=3.14.0
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//[:-]/.}
pkgver=3.14.0
pkgrel=1
pkgdesc='Coordinated Gene Activity in Pattern Sets'
arch=('x86_64')
@ -28,7 +28,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('a')
sha256sums=('add5c7d43f46452c37a24614819dc3dcdd59e6ed8102f78016520c66ab3c77fa')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"