r-dcgsa: auto updated to 1.30.0-1

This commit is contained in:
BioArchLinuxBot 2023-10-25 22:15:03 +00:00
parent 10642895ad
commit 33dc2d222a

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=dcGSA
_pkgver=1.28.0
_pkgver=1.30.0
pkgname=r-${_pkgname,,}
pkgver=1.28.0
pkgver=1.30.0
pkgrel=1
pkgdesc='Distance-correlation based Gene Set Analysis for longitudinal gene expression profiles'
arch=('any')
@ -17,7 +17,7 @@ optdepends=(
r-knitr
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('56de9c7e6dc6b6a18657592a9fe0616b835f3965c598961c780cd8ba50464557')
sha256sums=('d1703121d076b5ed0096104a3769f9eaab7d6f3e044ff8a78aa1d5f3105b0322')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"