diff options
author | BioArchLinuxBot | 2023-04-27 04:47:22 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2023-04-27 04:47:22 +0000 |
commit | 265a930732a8eec5fe1f8a1ea7a769db8dbf2621 (patch) | |
tree | e68b926ff2577678dbef9bc48dbca66a86b2e6dc | |
parent | c9b7693d823799aaab8c01b7c72017ee506e5c25 (diff) | |
download | aur-265a930732a8eec5fe1f8a1ea7a769db8dbf2621.tar.gz |
[lilac] updated to 6.24.0-1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -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 @@ -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}" |