summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-01 23:44:42 +0000
committerBioArchLinuxBot2024-05-01 23:44:42 +0000
commite45e6e2d155232743c6b24e2e49d62202c42ab50 (patch)
tree2702d47e094d3e5f9ad99f866b146d10fcf8b2c3
parentca53853d065e011aab116b4c59bd9d6ce1065bc9 (diff)
downloadaur-r-cytoglmm.tar.gz
[lilac] updated to 1.12.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fee800225fb5..a37c513610de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-cytoglmm
pkgdesc = Conditional Differential Analysis for Flow and Mass Cytometry Experiments
- pkgver = 1.10.0
+ pkgver = 1.12.0
pkgrel = 1
url = https://bioconductor.org/packages/CytoGLMM
arch = any
@@ -29,7 +29,7 @@ pkgbase = r-cytoglmm
optdepends = r-knitr
optdepends = r-rmarkdown
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/CytoGLMM_1.10.0.tar.gz
- sha256sums = b9617da7bdcfc0ca2a9908085cedb2f143ce3c2f670fdd2c579894221894923b
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/CytoGLMM_1.12.0.tar.gz
+ sha256sums = ea30b27117bddede77393409b40a4c189eb1054797b45c496f6ea45e4fbad9b5
pkgname = r-cytoglmm
diff --git a/PKGBUILD b/PKGBUILD
index c5db3f6e3ef0..92f63f4ff1b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=CytoGLMM
-_pkgver=1.10.0
+_pkgver=1.12.0
pkgname=r-${_pkgname,,}
-pkgver=1.10.0
+pkgver=1.12.0
pkgrel=1
pkgdesc='Conditional Differential Analysis for Flow and Mass Cytometry Experiments'
arch=('any')
@@ -38,7 +38,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('b9617da7bdcfc0ca2a9908085cedb2f143ce3c2f670fdd2c579894221894923b')
+sha256sums=('ea30b27117bddede77393409b40a4c189eb1054797b45c496f6ea45e4fbad9b5')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"