summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-02 01:00:12 +0000
committerBioArchLinuxBot2024-05-02 01:00:12 +0000
commit675bcbff04f7edd34d47b5da2f71efe3e11c470d (patch)
tree5b98f182eaf87dca534b7bafa2972db8c7467dc4 /PKGBUILD
parentd423cebbe7e32e162add2b8291052ae623ebf4cc (diff)
downloadaur-r-metacyto.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 a306372775e1..aee8cdb7a3e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=MetaCyto
-_pkgver=1.24.0
+_pkgver=1.26.0
pkgname=r-${_pkgname,,}
-pkgver=1.24.0
+pkgver=1.26.0
pkgrel=1
pkgdesc='MetaCyto: A package for meta-analysis of cytometry data'
arch=('any')
@@ -24,7 +24,7 @@ optdepends=(
r-rmarkdown
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('2620c71f14b3a7ebc71b4b68da19ea2a7428cbfe0242bf32a93aed74fb6fdc9d')
+sha256sums=('d3799fc5ca4cb92163930293fe6dd2b12bf5cc4e9865b37b4c8a11437119cd97')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"