summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 01:36:02 +0000
committerBioArchLinuxBot2022-11-03 01:36:02 +0000
commit26cbac5e0cc2057379c7da2ea332c2f923b6f6b5 (patch)
treea2d0901730f1ab8b9a486bb3e991561d32c98eba /PKGBUILD
parent3013cd259e9ceaebfcebb64214118e987d9850c9 (diff)
downloadaur-26cbac5e0cc2057379c7da2ea332c2f923b6f6b5.tar.gz
[lilac] updated to 1.52.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 61c1b80cf84e..03322ac87569 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=HTqPCR
-_pkgver=1.50.0
+_pkgver=1.52.0
pkgname=r-${_pkgname,,}
-pkgver=1.50.0
+pkgver=1.52.0
pkgrel=1
pkgdesc='Automated analysis of high-throughput qPCR data'
arch=('any')
@@ -21,7 +21,7 @@ optdepends=(
r-statmod
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('0c2b386c94727d0a70c2d2c0cab12aef063b2c2eec081af0f273c4cb7f46a92a')
+sha256sums=('782c23dcddfe8c6cc5ac83d50df2b9c692d36df2f9002e1919c569e110dc94cd')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"