diff options
author | BioArchLinuxBot | 2023-04-27 00:32:57 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2023-04-27 00:32:57 +0000 |
commit | ec22f70101a1f497df21d138d3e484ad0eed7614 (patch) | |
tree | ee0f895d73b8c62f1d13274dda872ce58a353382 | |
parent | c8d35bf975d165a57341d7da840a1392e8bfd24b (diff) | |
download | aur-ec22f70101a1f497df21d138d3e484ad0eed7614.tar.gz |
[lilac] updated to 1.26.0-1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -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 @@ -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}" |