summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-05-01 18:01:52 +0000
committerBioArchLinuxBot2023-05-01 18:01:52 +0000
commit3e88ac217271c4d3f20651cb8ab20970f9a57087 (patch)
tree6c079e736f4ef835b0b50e6474976e0d1905c08f
parent93f092f521f500a986c7f0ef93cd92e76b759e5a (diff)
downloadaur-3e88ac217271c4d3f20651cb8ab20970f9a57087.tar.gz
[lilac] updated to 0.2.2-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f1881d8ece6..83880dc61d86 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-matrixtests
pkgdesc = Fast Statistical Hypothesis Tests on Rows and Columns of Matrices
- pkgver = 0.2.1
+ pkgver = 0.2.2
pkgrel = 1
url = https://cran.r-project.org/package=matrixTests
arch = any
@@ -13,7 +13,7 @@ pkgbase = r-matrixtests
optdepends = r-moments
optdepends = r-nortest
optdepends = r-pmcmrplus
- source = https://cran.r-project.org/src/contrib/matrixTests_0.2.1.tar.gz
- sha256sums = 0f21dcdf87fc6171423d7b5a0bd3aeec570e954de4aac2f2e14cc800cf8b4188
+ source = https://cran.r-project.org/src/contrib/matrixTests_0.2.2.tar.gz
+ sha256sums = b9d8becfa604d54170fce33f2b6a82d9bdaf1e21cb6924070cf07315347bf575
pkgname = r-matrixtests
diff --git a/PKGBUILD b/PKGBUILD
index 674d93f32626..43e516f489a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=matrixTests
-_pkgver=0.2.1
+_pkgver=0.2.2
pkgname=r-${_pkgname,,}
-pkgver=0.2.1
+pkgver=0.2.2
pkgrel=1
pkgdesc='Fast Statistical Hypothesis Tests on Rows and Columns of Matrices'
arch=('any')
@@ -22,7 +22,7 @@ optdepends=(
r-pmcmrplus
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('0f21dcdf87fc6171423d7b5a0bd3aeec570e954de4aac2f2e14cc800cf8b4188')
+sha256sums=('b9d8becfa604d54170fce33f2b6a82d9bdaf1e21cb6924070cf07315347bf575')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"