summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 00:33:38 +0000
committerBioArchLinuxBot2022-11-03 00:33:38 +0000
commit86baca6f68ac66ff4454810429cc6caf75f52cac (patch)
tree1702790ebc237ab0f9937441984757e7734f91c2
parent4f4b9a2ce21e18d0f35401578b20766a60ce312b (diff)
downloadaur-86baca6f68ac66ff4454810429cc6caf75f52cac.tar.gz
[lilac] updated to 1.32.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79775af1d7f9..332b1e2ed441 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-erccdashboard
pkgdesc = Assess Differential Gene Expression Experiments with ERCC Controls
- pkgver = 1.30.0
+ pkgver = 1.32.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.30.0.tar.gz
- sha256sums = 00c566cd287e273c3d53836fd6f839678c08539722e1ab1798ef27c9c8b8ddda
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/erccdashboard_1.32.0.tar.gz
+ sha256sums = 28bf8b66e8c1aaaf946d9c220aa2da04ca2af00885fb1790df7e8650675c9b8b
pkgname = r-erccdashboard
diff --git a/PKGBUILD b/PKGBUILD
index a4c08cf022f9..abe239ed6053 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=erccdashboard
-_pkgver=1.30.0
+_pkgver=1.32.0
pkgname=r-${_pkgname,,}
-pkgver=1.30.0
+pkgver=1.32.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=('00c566cd287e273c3d53836fd6f839678c08539722e1ab1798ef27c9c8b8ddda')
+sha256sums=('28bf8b66e8c1aaaf946d9c220aa2da04ca2af00885fb1790df7e8650675c9b8b')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"