summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-02 19:43:45 +0000
committerBioArchLinuxBot2024-05-02 19:43:45 +0000
commitb63396f8392fa35d23b533d4224e65bec4ff2a58 (patch)
treeea299c1171adf968936dc8a2dc6f268fa45ef3bf /PKGBUILD
parent9f2c6b1f77886be68dc43f249084ca12aadc606c (diff)
downloadaur-r-iasva.tar.gz
[lilac] updated to 1.22.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1e0195ae74f4..ffe14bc1bede 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=iasva
-_pkgver=1.20.0
+_pkgver=1.22.0
pkgname=r-${_pkgname,,}
-pkgver=1.20.0
+pkgver=1.22.0
pkgrel=1
pkgdesc='Iteratively Adjusted Surrogate Variable Analysis'
arch=('any')
@@ -27,7 +27,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('625e5395f786afbea9a8784e591a9b7e991096e7f1039d15a6d6849d1f1ebfe0')
+sha256sums=('1e848c49361451a5ae5eb66d6571aca0a1d6b3535e30394d793490e85c2ae192')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"