summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-25 19:53:02 +0000
committerBioArchLinuxBot2023-10-25 19:53:02 +0000
commit737f07c8059d8f17013315fa362e0497cc3ece80 (patch)
treed2cf3aee2d71c96e7ad623db4496070a9811dd33
parent43f15b768460339d0000872b129408d90b948300 (diff)
downloadaur-737f07c8059d8f17013315fa362e0497cc3ece80.tar.gz
[lilac] updated to 1.36.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f474753666d..2b60aef82d8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-hdtd
pkgdesc = Statistical Inference about the Mean Matrix and the Covariance Matrices in High-Dimensional Transposable Data (HDTD)
- pkgver = 1.34.1
+ pkgver = 1.36.0
pkgrel = 1
url = https://bioconductor.org/packages/HDTD
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = r-hdtd
depends = r-rcpparmadillo
optdepends = r-knitr
optdepends = r-rmarkdown
- source = https://bioconductor.org/packages/release/bioc/src/contrib/HDTD_1.34.1.tar.gz
- sha256sums = a974e6cbbe31138a728bb3219b65b1215b039e49b91ab93a86f71d569ed8ca3f
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/HDTD_1.36.0.tar.gz
+ sha256sums = 22fb9967fac923ef3dcd5d11b57398a80c4969cd4ff8d3ec8ec806b5951b4478
pkgname = r-hdtd
diff --git a/PKGBUILD b/PKGBUILD
index 328d8a3bf730..47c26d1db336 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=HDTD
-_pkgver=1.34.1
+_pkgver=1.36.0
pkgname=r-${_pkgname,,}
-pkgver=1.34.1
+pkgver=1.36.0
pkgrel=1
pkgdesc='Statistical Inference about the Mean Matrix and the Covariance Matrices in High-Dimensional Transposable Data (HDTD)'
arch=('x86_64')
@@ -19,7 +19,7 @@ optdepends=(
r-rmarkdown
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('a974e6cbbe31138a728bb3219b65b1215b039e49b91ab93a86f71d569ed8ca3f')
+sha256sums=('22fb9967fac923ef3dcd5d11b57398a80c4969cd4ff8d3ec8ec806b5951b4478')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"