summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-01 18:54:06 +0000
committerBioArchLinuxBot2024-05-01 18:54:06 +0000
commitd5c01ef884566ce08e149f08a984bc3e2ce71466 (patch)
treecb17c32cb6cf5e1faf87a744b5b32ebcbe933ea8 /PKGBUILD
parent737f07c8059d8f17013315fa362e0497cc3ece80 (diff)
downloadaur-r-hdtd.tar.gz
[lilac] updated to 1.38.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 47c26d1db336..ead995517281 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=HDTD
-_pkgver=1.36.0
+_pkgver=1.38.0
pkgname=r-${_pkgname,,}
-pkgver=1.36.0
+pkgver=1.38.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=('22fb9967fac923ef3dcd5d11b57398a80c4969cd4ff8d3ec8ec806b5951b4478')
+sha256sums=('f756ac0d0c5f61c18190352a24e361fdda0fe10c2e5179c106fe6d56cd138c96')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"