diff options
author | BioArchLinuxBot | 2023-10-25 20:47:03 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2023-10-25 20:47:03 +0000 |
commit | 85325a84c79555849eb8affc3a0fc73c6e7cc5c3 (patch) | |
tree | 6920b018e464dcb16890550aae155e7de05847ab | |
parent | a23fa7ccecfce6f7d57b336abfcde65b2f943ee7 (diff) | |
download | aur-85325a84c79555849eb8affc3a0fc73c6e7cc5c3.tar.gz |
[lilac] updated to 2.34.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-qvalue pkgdesc = Q-value estimation for false discovery rate control - pkgver = 2.32.0 + pkgver = 2.34.0 pkgrel = 1 url = https://bioconductor.org/packages/qvalue arch = any @@ -9,7 +9,7 @@ pkgbase = r-qvalue depends = r-ggplot2 depends = r-reshape2 optdepends = r-knitr - source = https://bioconductor.org/packages/release/bioc/src/contrib/qvalue_2.32.0.tar.gz - sha256sums = 7182449e0aaada6fef6602dab6a01b432543e983ba276672cc990f77411aa294 + source = https://bioconductor.org/packages/release/bioc/src/contrib/qvalue_2.34.0.tar.gz + sha256sums = d16fd855856b479bd8a0812bbfc2e2d918929c28fe83411a41ca059d2d9c6583 pkgname = r-qvalue @@ -1,9 +1,9 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=qvalue -_pkgver=2.32.0 +_pkgver=2.34.0 pkgname=r-${_pkgname,,} -pkgver=2.32.0 +pkgver=2.34.0 pkgrel=1 pkgdesc='Q-value estimation for false discovery rate control' arch=('any') @@ -18,7 +18,7 @@ optdepends=( r-knitr ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('7182449e0aaada6fef6602dab6a01b432543e983ba276672cc990f77411aa294') +sha256sums=('d16fd855856b479bd8a0812bbfc2e2d918929c28fe83411a41ca059d2d9c6583') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |