summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 06:46:38 +0000
committerBioArchLinuxBot2023-04-27 06:46:38 +0000
commita0106447b7b2a32196ec2436e24c621ebc2cdb29 (patch)
tree6313facea3351689c15a62ab394914900c290832
parent86baca6f68ac66ff4454810429cc6caf75f52cac (diff)
downloadaur-a0106447b7b2a32196ec2436e24c621ebc2cdb29.tar.gz
[lilac] updated to 1.34.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 332b1e2ed441..2a1a08ab8399 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-erccdashboard
pkgdesc = Assess Differential Gene Expression Experiments with ERCC Controls
- pkgver = 1.32.0
+ pkgver = 1.34.0
pkgrel = 1
url = https://bioconductor.org/packages/erccdashboard
arch = any
@@ -19,7 +19,7 @@ pkgbase = r-erccdashboard
depends = r-rocr
depends = r-scales
depends = r-stringr
- source = https://bioconductor.org/packages/release/bioc/src/contrib/erccdashboard_1.32.0.tar.gz
- sha256sums = 28bf8b66e8c1aaaf946d9c220aa2da04ca2af00885fb1790df7e8650675c9b8b
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/erccdashboard_1.34.0.tar.gz
+ sha256sums = a7865588544f54b8846802cb71e7838b120456c7628d3bd8c9fb306eb3cbd555
pkgname = r-erccdashboard
diff --git a/PKGBUILD b/PKGBUILD
index abe239ed6053..9a23bbd064d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=erccdashboard
-_pkgver=1.32.0
+_pkgver=1.34.0
pkgname=r-${_pkgname,,}
-pkgver=1.32.0
+pkgver=1.34.0
pkgrel=1
pkgdesc='Assess Differential Gene Expression Experiments with ERCC Controls'
arch=('any')
@@ -26,7 +26,7 @@ depends=(
r-stringr
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('28bf8b66e8c1aaaf946d9c220aa2da04ca2af00885fb1790df7e8650675c9b8b')
+sha256sums=('a7865588544f54b8846802cb71e7838b120456c7628d3bd8c9fb306eb3cbd555')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"