summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 13:46:27 +0000
committerBioArchLinuxBot2023-04-27 13:46:27 +0000
commit086b443241c4fb8888398b7bb56e482794e1b24d (patch)
tree96ef64e59852c9198b37a4cab01c2033e9c1db97
parenta57e4918392138814a9df0f4a9305675905e2887 (diff)
downloadaur-086b443241c4fb8888398b7bb56e482794e1b24d.tar.gz
[lilac] updated to 1.8.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14aaf292b183..de20f334c8c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-censcyt
pkgdesc = Differential abundance analysis with a right censored covariate in high-dimensional cytometry
- pkgver = 1.6.1
+ pkgver = 1.8.0
pkgrel = 1
url = https://bioconductor.org/packages/censcyt
arch = any
@@ -29,7 +29,7 @@ pkgbase = r-censcyt
optdepends = r-knitr
optdepends = r-rmarkdown
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/censcyt_1.6.1.tar.gz
- sha256sums = cc7b283ceaff0c1cae78dc2958fa51e8a927496ccdee44a62d865a1e112a1ca7
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/censcyt_1.8.0.tar.gz
+ sha256sums = 9bf79f61bbd3cb0d8d50888d0839314c7e91ba8c76e8a77e545c9bf405998762
pkgname = r-censcyt
diff --git a/PKGBUILD b/PKGBUILD
index ea073e7a0a3b..2d67a238d72d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=censcyt
-_pkgver=1.6.1
+_pkgver=1.8.0
pkgname=r-${_pkgname,,}
-pkgver=1.6.1
+pkgver=1.8.0
pkgrel=1
pkgdesc='Differential abundance analysis with a right censored covariate in high-dimensional cytometry'
arch=('any')
@@ -38,7 +38,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('cc7b283ceaff0c1cae78dc2958fa51e8a927496ccdee44a62d865a1e112a1ca7')
+sha256sums=('9bf79f61bbd3cb0d8d50888d0839314c7e91ba8c76e8a77e545c9bf405998762')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"