summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2025-04-18 09:12:08 +0000
committerBioArchLinuxBot2025-04-18 09:12:08 +0000
commitb8bb5414ebba087b289990bcf8c0845eb5c58082 (patch)
tree6a6384f7c193339c24c230aa0c45cc5f0e3a7228 /PKGBUILD
parentcb8146aae6a08a35f8da489507101f2b859956b5 (diff)
downloadaur-r-rscudo.tar.gz
[lilac] updated to 1.24.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0b98f595f43d..26070d77d736 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=rScudo
-_pkgver=1.22.0
+_pkgver=1.24.0
pkgname=r-${_pkgname,,}
-pkgver=1.22.0
+pkgver=1.24.0
pkgrel=1
pkgdesc='Signature-based Clustering for Diagnostic Purposes'
arch=('any')
@@ -31,7 +31,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('ee8980649d584bb91139ae503fdee2a9b0070892a7f47aca5804b3118f142dee')
+sha256sums=('47b162ab73bf7a2a0ed470fc5e648915a79eeac7d984efe87c5c9a11dde9ff29')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"