summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 07:18:26 +0000
committerBioArchLinuxBot2023-04-27 07:18:26 +0000
commit36cc45450876273a7c153e7852e59a82f3c6c0a8 (patch)
tree4fb6c7bb231934f9e578308932288ccda750dd38
parent26cbac5e0cc2057379c7da2ea332c2f923b6f6b5 (diff)
downloadaur-36cc45450876273a7c153e7852e59a82f3c6c0a8.tar.gz
[lilac] updated to 1.54.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f1c181f8577..d29f490a6481 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-htqpcr
pkgdesc = Automated analysis of high-throughput qPCR data
- pkgver = 1.52.0
+ pkgver = 1.54.0
pkgrel = 1
url = https://bioconductor.org/packages/HTqPCR
arch = any
@@ -12,7 +12,7 @@ pkgbase = r-htqpcr
depends = r-limma
depends = r-rcolorbrewer
optdepends = r-statmod
- source = https://bioconductor.org/packages/release/bioc/src/contrib/HTqPCR_1.52.0.tar.gz
- sha256sums = 782c23dcddfe8c6cc5ac83d50df2b9c692d36df2f9002e1919c569e110dc94cd
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/HTqPCR_1.54.0.tar.gz
+ sha256sums = 4e92a284ad5fecfd82c7e8c2faa783312358a869e748be45309dfcbbd292e08a
pkgname = r-htqpcr
diff --git a/PKGBUILD b/PKGBUILD
index 03322ac87569..889974400be8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=HTqPCR
-_pkgver=1.52.0
+_pkgver=1.54.0
pkgname=r-${_pkgname,,}
-pkgver=1.52.0
+pkgver=1.54.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=('782c23dcddfe8c6cc5ac83d50df2b9c692d36df2f9002e1919c569e110dc94cd')
+sha256sums=('4e92a284ad5fecfd82c7e8c2faa783312358a869e748be45309dfcbbd292e08a')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"