summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0063046530c..76a9d0b0c6f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-tmixclust
pkgdesc = Time Series Clustering of Gene Expression with Gaussian Mixed-Effects Models and Smoothing Splines
- pkgver = 1.24.0
+ pkgver = 1.26.0
pkgrel = 1
url = https://bioconductor.org/packages/TMixClust
arch = any
@@ -17,7 +17,7 @@ pkgbase = r-tmixclust
optdepends = r-knitr
optdepends = r-rmarkdown
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/TMixClust_1.24.0.tar.gz
- sha256sums = a266fe58bae43a5023fb7d6d2cec1ed8ebf8d83af03805fe43a4fbb3eba88d61
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/TMixClust_1.26.0.tar.gz
+ sha256sums = f049bf75171af4aaac5a3f1c5d70e00c8b60003662879197e2068b9d689b085d
pkgname = r-tmixclust
diff --git a/PKGBUILD b/PKGBUILD
index 282d357f9850..6389b17a33b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=TMixClust
-_pkgver=1.24.0
+_pkgver=1.26.0
pkgname=r-${_pkgname,,}
-pkgver=1.24.0
+pkgver=1.26.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=('a266fe58bae43a5023fb7d6d2cec1ed8ebf8d83af03805fe43a4fbb3eba88d61')
+sha256sums=('f049bf75171af4aaac5a3f1c5d70e00c8b60003662879197e2068b9d689b085d')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"