summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2025-04-16 22:35:24 +0000
committerBioArchLinuxBot2025-04-16 22:35:24 +0000
commit55282daeca2a433faac196ce7c5b46d3971de190 (patch)
treec538f1dc5bb532e028a52a5c00d862e0f7b9dac2 /PKGBUILD
parent34bd8e7a9fbd78282ece58ffa64a3edce6631844 (diff)
downloadaur-r-m3c.tar.gz
[lilac] updated to 1.30.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a4e37406ba8f..0eef2e130ba5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=M3C
-_pkgver=1.28.0
+_pkgver=1.30.0
pkgname=r-${_pkgname,,}
-pkgver=1.28.0
+pkgver=1.30.0
pkgrel=1
pkgdesc='Monte Carlo Reference-based Consensus Clustering'
arch=('any')
@@ -25,7 +25,7 @@ optdepends=(
r-rmarkdown
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('c09c1a030b3ccf8eeb819a88d95a872ab5f7eac2b9a82a7864b162207c369486')
+sha256sums=('4124d3e194226e398e1ea92b24e71ba6adc9421eabdeb05289f09471dc102195')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"