summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-26 15:48:42 +0000
committerBioArchLinuxBot2022-11-26 15:48:42 +0000
commitb28100226373058736f85ca219d09a5b793dd480 (patch)
tree22bc3d724fa3c150f56de2d783c104b0ea57644e
parent961d3da5351c185cd1ab246021c5e517b2953a5b (diff)
downloadaur-b28100226373058736f85ca219d09a5b793dd480.tar.gz
[lilac] updated to 1.3.8-1
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD15
2 files changed, 11 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61922ab6dd33..6c9084f1597e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-jackstraw
pkgdesc = Statistical Inference for Unsupervised Learning
- pkgver = 1.3.1
- pkgrel = 3
+ pkgver = 1.3.8
+ pkgrel = 1
url = https://cran.r-project.org/package=jackstraw
arch = any
license = GPL
@@ -9,13 +9,10 @@ pkgbase = r-jackstraw
depends = r-clusterr
depends = r-corpcor
depends = r-irlba
- depends = r-lfa
depends = r-qvalue
depends = r-rsvd
- optdepends = r-knitr
- optdepends = r-parallel
- optdepends = r-rmarkdown
- source = https://cran.r-project.org/src/contrib/Archive/jackstraw/jackstraw_1.3.1.tar.gz
- sha256sums = 41a987fa4c3ef259afc2f068e36b3c06a8a7eee4973ef6ef7f46d6a5bd572051
+ optdepends = r-testthat
+ source = https://cran.r-project.org/src/contrib/jackstraw_1.3.8.tar.gz
+ sha256sums = 897146888be7f7962a038939fa88005de729f4fcbf4291f6577d59f456cca011
pkgname = r-jackstraw
diff --git a/PKGBUILD b/PKGBUILD
index a9e11f7ca89a..25f7d2487547 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=jackstraw
-_pkgver=1.3.1
+_pkgver=1.3.8
pkgname=r-${_pkgname,,}
-pkgver=1.3.1
-pkgrel=3
+pkgver=1.3.8
+pkgrel=1
pkgdesc='Statistical Inference for Unsupervised Learning'
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"
@@ -14,17 +14,14 @@ depends=(
r-clusterr
r-corpcor
r-irlba
- r-lfa
r-qvalue
r-rsvd
)
optdepends=(
- r-knitr
- r-parallel
- r-rmarkdown
+ r-testthat
)
-source=("https://cran.r-project.org/src/contrib/Archive/${_pkgname}/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('41a987fa4c3ef259afc2f068e36b3c06a8a7eee4973ef6ef7f46d6a5bd572051')
+source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
+sha256sums=('897146888be7f7962a038939fa88005de729f4fcbf4291f6577d59f456cca011')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"