summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-05-03 18:08:20 +0000
committerBioArchLinuxBot2023-05-03 18:08:20 +0000
commit43f15b768460339d0000872b129408d90b948300 (patch)
treec14387889d42175e238cf8c533f0bba8dafc89df
parent66d66be57a0976a8343283b89d3259d1ffdd4e93 (diff)
downloadaur-43f15b768460339d0000872b129408d90b948300.tar.gz
[lilac] updated to 1.34.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43a820d52ce5..2f474753666d 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.0
+ pkgver = 1.34.1
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.0.tar.gz
- sha256sums = 5afcfa71f8ee99cae34c4acc484c30ac4322a6dc06e78fc1bf0fa37df4569d46
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/HDTD_1.34.1.tar.gz
+ sha256sums = a974e6cbbe31138a728bb3219b65b1215b039e49b91ab93a86f71d569ed8ca3f
pkgname = r-hdtd
diff --git a/PKGBUILD b/PKGBUILD
index 65f21dc7d377..328d8a3bf730 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=HDTD
-_pkgver=1.34.0
+_pkgver=1.34.1
pkgname=r-${_pkgname,,}
-pkgver=1.34.0
+pkgver=1.34.1
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=('5afcfa71f8ee99cae34c4acc484c30ac4322a6dc06e78fc1bf0fa37df4569d46')
+sha256sums=('a974e6cbbe31138a728bb3219b65b1215b039e49b91ab93a86f71d569ed8ca3f')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"