r-tmixclust: auto updated to 1.20.0-1

This commit is contained in:
BioArchLinuxBot 2022-11-03 12:54:02 +00:00
parent 15e25224a1
commit cf708add2e

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=TMixClust
_pkgver=1.18.0
_pkgver=1.20.0
pkgname=r-${_pkgname,,}
pkgver=1.18.0
pkgrel=2
pkgver=1.20.0
pkgrel=1
pkgdesc='Time Series Clustering of Gene Expression with Gaussian Mixed-Effects Models and Smoothing Splines'
arch=('any')
url="https://bioconductor.org/packages/${_pkgname}"
@ -26,7 +26,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('9c7c26a7c8c58858583c8b1739e84a898861f33b14191ab2f5797d3844c9d787')
sha256sums=('112062aeb53d2f1dd95d3833499ce404164878bc4a22b14429b66b973ead06d0')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"