summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-26 00:55:02 +0000
committerBioArchLinuxBot2023-10-26 00:55:02 +0000
commitefb0bef601b3f14a944c7307b61a459e887338b0 (patch)
treed9001e659c26f03e04be236a800db6435844eb50 /PKGBUILD
parent0b47e2205b1f80e47f1e857515bc4bee2a212a41 (diff)
downloadaur-efb0bef601b3f14a944c7307b61a459e887338b0.tar.gz
[lilac] updated to 1.24.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f8177c0983ed..282d357f9850 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=TMixClust
-_pkgver=1.22.0
+_pkgver=1.24.0
pkgname=r-${_pkgname,,}
-pkgver=1.22.0
+pkgver=1.24.0
pkgrel=1
pkgdesc='Time Series Clustering of Gene Expression with Gaussian Mixed-Effects Models and Smoothing Splines'
arch=('any')
@@ -26,7 +26,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('d07cc2669201ecb26bb254b95614b28f0474a863a90c6ff1df4ebf408a7d18a7')
+sha256sums=('a266fe58bae43a5023fb7d6d2cec1ed8ebf8d83af03805fe43a4fbb3eba88d61')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"