summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-27 08:08:02 +0000
committerBioArchLinuxBot2023-10-27 08:08:02 +0000
commit907c0bb4d5405e3dc141b23495de104775561416 (patch)
tree230bd88dbff0d4e268278b263af97dc206439fcf /PKGBUILD
parent3d0b4be4d8db034297305c9e7e71378f253e7a9f (diff)
downloadaur-r-cydar.tar.gz
[lilac] updated to 1.26.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 24f0174abcd6..f477f9f281d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=cydar
-_pkgver=1.24.0
+_pkgver=1.26.0
pkgname=r-${_pkgname,,}
-pkgver=1.24.0
+pkgver=1.26.0
pkgrel=1
pkgdesc='Using Mass Cytometry for Differential Abundance Analyses'
arch=('x86_64')
@@ -37,7 +37,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('12f64197f9ae44ac1178a94f1a4aaa3705ed8d426830a19aca2e1a83079bf391')
+sha256sums=('da61e1f9a394d64538070bf084fdfceaf4bf43e6ab18389ede54da058f5ee305')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"