summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-01 22:42:15 +0000
committerBioArchLinuxBot2024-05-01 22:42:15 +0000
commitf4f7c6a2e5022fada42e31b2595741aeb8cd63f5 (patch)
treeb52082d89f9a12dbf11ec7230ead5494b601534a /PKGBUILD
parent5c613f6ee6d274208ae95161faafe8fb01f05dae (diff)
downloadaur-r-qpcrnorm.tar.gz
[lilac] updated to 1.62.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 44a2969534ed..4ba639656f35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=qpcrNorm
-_pkgver=1.60.0
+_pkgver=1.62.0
pkgname=r-${_pkgname,,}
-pkgver=1.60.0
+pkgver=1.62.0
pkgrel=1
pkgdesc='Data-driven normalization strategies for high-throughput qPCR data.'
arch=('any')
@@ -16,7 +16,7 @@ depends=(
r-limma
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('4cf961759d309f5f2c093ac92358f4120a2127a911410b569689e484f2905247')
+sha256sums=('50343f3b24422280a7b2f2d397a12645bf8e137c1172dc6fe5d683e2cb4d9ae5')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"