summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-02-07 18:06:00 +0000
committerBioArchLinuxBot2024-02-07 18:06:00 +0000
commit6e4d5dec37ba0adfca99709d5dc14fb2460350cb (patch)
tree27f1f4802f3a085ab0fafc6219571595e50cf77f /PKGBUILD
parentb28100226373058736f85ca219d09a5b793dd480 (diff)
downloadaur-r-jackstraw.tar.gz
[lilac] updated to 1.3.9-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 25f7d2487547..739a31900260 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=jackstraw
-_pkgver=1.3.8
+_pkgver=1.3.9
pkgname=r-${_pkgname,,}
-pkgver=1.3.8
+pkgver=1.3.9
pkgrel=1
pkgdesc='Statistical Inference for Unsupervised Learning'
arch=('any')
@@ -21,7 +21,7 @@ optdepends=(
r-testthat
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('897146888be7f7962a038939fa88005de729f4fcbf4291f6577d59f456cca011')
+sha256sums=('6a599ec3803c64884973eeab44aaf5a78ec44406ef4f536993406e4b6c90f871')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"