r-cogaps: auto updated to 3.16.0-1

This commit is contained in:
BioArchLinuxBot 2022-05-08 12:30:01 +00:00
parent a26578a13c
commit 6315f81b3c

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=CoGAPS
_pkgver=3.14.0
_pkgver=3.16.0
pkgname=r-${_pkgname,,}
pkgver=3.14.0
pkgrel=2
pkgver=3.16.0
pkgrel=1
pkgdesc='Coordinated Gene Activity in Pattern Sets'
arch=('x86_64')
url="https://bioconductor.org/packages/${_pkgname}"
@ -28,7 +28,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('add5c7d43f46452c37a24614819dc3dcdd59e6ed8102f78016520c66ab3c77fa')
sha256sums=('a33ee54841727d80c10663d0fd32a4cab968625e05c256e4bfcd49f06f2a586b')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"