summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 04:47:22 +0000
committerBioArchLinuxBot2023-04-27 04:47:22 +0000
commit265a930732a8eec5fe1f8a1ea7a769db8dbf2621 (patch)
treee68b926ff2577678dbef9bc48dbca66a86b2e6dc
parentc9b7693d823799aaab8c01b7c72017ee506e5c25 (diff)
downloadaur-265a930732a8eec5fe1f8a1ea7a769db8dbf2621.tar.gz
[lilac] updated to 6.24.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 266177bd82da..1d5d3e61e865 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-mixomics
pkgdesc = Omics Data Integration Project
- pkgver = 6.22.0
+ pkgver = 6.24.0
pkgrel = 1
url = https://bioconductor.org/packages/mixOmics
arch = any
@@ -24,7 +24,7 @@ pkgbase = r-mixomics
optdepends = r-rgl
optdepends = r-rmarkdown
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/mixOmics_6.22.0.tar.gz
- sha256sums = 3dabec627b5e21da365979d6980565bd338e5a6ec8c3a016f3726ebb6184da70
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/mixOmics_6.24.0.tar.gz
+ sha256sums = 1a7525609e800a5ef91a9bd7f89f80a9122d676e3b1195b538e79912eb6d1637
pkgname = r-mixomics
diff --git a/PKGBUILD b/PKGBUILD
index 1d21d13f031d..b7e46cf5396f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=mixOmics
-_pkgver=6.22.0
+_pkgver=6.24.0
pkgname=r-${_pkgname,,}
-pkgver=6.22.0
+pkgver=6.24.0
pkgrel=1
pkgdesc='Omics Data Integration Project'
arch=('any')
@@ -33,7 +33,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('3dabec627b5e21da365979d6980565bd338e5a6ec8c3a016f3726ebb6184da70')
+sha256sums=('1a7525609e800a5ef91a9bd7f89f80a9122d676e3b1195b538e79912eb6d1637')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"