summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-02 20:02:17 +0000
committerBioArchLinuxBot2022-11-02 20:02:17 +0000
commit2e168dcc74acb71a0776f9af057847f8a553a163 (patch)
treeda473347f671878088a2bce1b1c8472175a1ddab
parent0be1a8ecad4820749dbd24c22c1657c74c140f00 (diff)
downloadaur-2e168dcc74acb71a0776f9af057847f8a553a163.tar.gz
[lilac] updated to 1.32.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 902c0e2550ca..03a14ec78fce 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.30.0
+ pkgver = 1.32.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.30.0.tar.gz
- sha256sums = f88e310de7c5223aa11b94fc28c91faaebe96c5a3a0965bb697745ca71e88b20
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/HDTD_1.32.0.tar.gz
+ sha256sums = f75ab3317d588a2425810b26efa698f072e68021aae9dfab673819a5090872f4
pkgname = r-hdtd
diff --git a/PKGBUILD b/PKGBUILD
index 2f27be6788e9..aa3aa7833ae1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=HDTD
-_pkgver=1.30.0
+_pkgver=1.32.0
pkgname=r-${_pkgname,,}
-pkgver=1.30.0
+pkgver=1.32.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=('f88e310de7c5223aa11b94fc28c91faaebe96c5a3a0965bb697745ca71e88b20')
+sha256sums=('f75ab3317d588a2425810b26efa698f072e68021aae9dfab673819a5090872f4')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"