summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-02 23:21:40 +0000
committerBioArchLinuxBot2022-11-02 23:21:40 +0000
commit9964342e805ba4c03150e5fd9152f53d4fb8f1e3 (patch)
treec00b58c227081ee6724daab90217e7a34648cde9
parentd894970282ea44831c09cd70f9a6bd8809ecb97e (diff)
downloadaur-9964342e805ba4c03150e5fd9152f53d4fb8f1e3.tar.gz
[lilac] updated to 1.56.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2faa26dbe0f..c3d249331ba8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-cma
pkgdesc = Synthesis of microarray-based classification
- pkgver = 1.54.0
+ pkgver = 1.56.0
pkgrel = 1
url = https://bioconductor.org/packages/CMA
arch = any
@@ -20,7 +20,7 @@ pkgbase = r-cma
optdepends = r-plsgenomics
optdepends = r-randomforest
optdepends = r-st
- source = https://bioconductor.org/packages/release/bioc/src/contrib/CMA_1.54.0.tar.gz
- sha256sums = 7f31d827fee2e0f874f3d6c1686e76d24a5474b054c3bab7317394d05b90882e
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/CMA_1.56.0.tar.gz
+ sha256sums = ed06fd2df6333c56caea8b03729e11c1d3d2b31693a94d962eeaf9c0cb830d8f
pkgname = r-cma
diff --git a/PKGBUILD b/PKGBUILD
index 5f732798f96d..fae0c9c34847 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=CMA
-_pkgver=1.54.0
+_pkgver=1.56.0
pkgname=r-${_pkgname,,}
-pkgver=1.54.0
+pkgver=1.56.0
pkgrel=1
pkgdesc='Synthesis of microarray-based classification'
arch=('any')
@@ -29,7 +29,7 @@ optdepends=(
r-st
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('7f31d827fee2e0f874f3d6c1686e76d24a5474b054c3bab7317394d05b90882e')
+sha256sums=('ed06fd2df6333c56caea8b03729e11c1d3d2b31693a94d962eeaf9c0cb830d8f')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"