summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 00:32:57 +0000
committerBioArchLinuxBot2023-04-27 00:32:57 +0000
commitec22f70101a1f497df21d138d3e484ad0eed7614 (patch)
treeee0f895d73b8c62f1d13274dda872ce58a353382
parentc8d35bf975d165a57341d7da840a1392e8bfd24b (diff)
downloadaur-ec22f70101a1f497df21d138d3e484ad0eed7614.tar.gz
[lilac] updated to 1.26.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e9c7e5a6f3f..0769cafd5f86 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-swfdr
pkgdesc = Estimation of the science-wise false discovery rate and the false discovery rate conditional on covariates
- pkgver = 1.24.0
+ pkgver = 1.26.0
pkgrel = 1
url = https://bioconductor.org/packages/swfdr
arch = any
@@ -14,7 +14,7 @@ pkgbase = r-swfdr
optdepends = r-reshape2
optdepends = r-rmarkdown
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/swfdr_1.24.0.tar.gz
- sha256sums = 695bd1ff538cb84f7ba1e7d2fc5969036545216117c6a79066904a72b5ae7b6b
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/swfdr_1.26.0.tar.gz
+ sha256sums = d8eef65fec8cf7ffb0d6b984195d09269650b09893aba4eac089fab889abed67
pkgname = r-swfdr
diff --git a/PKGBUILD b/PKGBUILD
index 02c3ab735374..3b936e33ee12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=swfdr
-_pkgver=1.24.0
+_pkgver=1.26.0
pkgname=r-${_pkgname,,}
-pkgver=1.24.0
+pkgver=1.26.0
pkgrel=1
pkgdesc='Estimation of the science-wise false discovery rate and the false discovery rate conditional on covariates'
arch=('any')
@@ -23,7 +23,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('695bd1ff538cb84f7ba1e7d2fc5969036545216117c6a79066904a72b5ae7b6b')
+sha256sums=('d8eef65fec8cf7ffb0d6b984195d09269650b09893aba4eac089fab889abed67')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"