summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-08 18:04:24 +0000
committerBioArchLinuxBot2023-04-08 18:04:24 +0000
commit75b6f1654a1deacfa11f617607b490b2fbbb5cf4 (patch)
tree64b54543421dab91fd28f8238f6b357c7e8587c2
parent3921f1b3b1c8a74128c5514d8cd10c02a6292f7d (diff)
downloadaur-75b6f1654a1deacfa11f617607b490b2fbbb5cf4.tar.gz
[lilac] updated to 0.2-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02e24b0e93b4..adbbaf0f39ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-matrixtests
pkgdesc = Fast Statistical Hypothesis Tests on Rows and Columns of Matrices
- pkgver = 0.1.9.1
- pkgrel = 4
+ pkgver = 0.2
+ pkgrel = 1
url = https://cran.r-project.org/package=matrixTests
arch = any
license = GPL
@@ -13,7 +13,7 @@ pkgbase = r-matrixtests
optdepends = r-moments
optdepends = r-pmcmrplus
optdepends = r-testthat
- source = https://cran.r-project.org/src/contrib/matrixTests_0.1.9.1.tar.gz
- sha256sums = 3d02c6b91c8e2aed109f2daec7e0b6d82a5fa8710eea38b7871a549e97fc3dba
+ source = https://cran.r-project.org/src/contrib/matrixTests_0.2.tar.gz
+ sha256sums = 81934d78f01e1436aa7b73a10c58f4c88521bed19d2ecb6ef0861d855d80d324
pkgname = r-matrixtests
diff --git a/PKGBUILD b/PKGBUILD
index bb7775e346e0..bf0126401224 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=matrixTests
-_pkgver=0.1.9.1
+_pkgver=0.2
pkgname=r-${_pkgname,,}
-pkgver=0.1.9.1
-pkgrel=4
+pkgver=0.2
+pkgrel=1
pkgdesc='Fast Statistical Hypothesis Tests on Rows and Columns of Matrices'
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"
@@ -22,7 +22,7 @@ optdepends=(
r-testthat
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('3d02c6b91c8e2aed109f2daec7e0b6d82a5fa8710eea38b7871a549e97fc3dba')
+sha256sums=('81934d78f01e1436aa7b73a10c58f4c88521bed19d2ecb6ef0861d855d80d324')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"