summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a1a08ab8399..ac7d10318fab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-erccdashboard
pkgdesc = Assess Differential Gene Expression Experiments with ERCC Controls
- pkgver = 1.34.0
+ pkgver = 1.38.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.34.0.tar.gz
- sha256sums = a7865588544f54b8846802cb71e7838b120456c7628d3bd8c9fb306eb3cbd555
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/erccdashboard_1.38.0.tar.gz
+ sha256sums = c712a19851b63c5402c63b24f68f1acd0adce3257a2482a662f3cd979c9ef031
pkgname = r-erccdashboard
diff --git a/PKGBUILD b/PKGBUILD
index 9a23bbd064d3..af2c76f71bf5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=erccdashboard
-_pkgver=1.34.0
+_pkgver=1.38.0
pkgname=r-${_pkgname,,}
-pkgver=1.34.0
+pkgver=1.38.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=('a7865588544f54b8846802cb71e7838b120456c7628d3bd8c9fb306eb3cbd555')
+sha256sums=('c712a19851b63c5402c63b24f68f1acd0adce3257a2482a662f3cd979c9ef031')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"