summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-13 05:12:17 +0000
committerBioArchLinuxBot2022-11-13 05:12:17 +0000
commit923c90bd4840cf719ed02b68a79ce40aece6b051 (patch)
treede06c9643d543cb344fd44b12217c30f66ae7fbf
parent009a592918dc6b916051cf6e05f0d891e608d4d9 (diff)
downloadaur-923c90bd4840cf719ed02b68a79ce40aece6b051.tar.gz
[lilac] updated to 1.28.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ecf522a3b9d..99c27ddd6fcd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-icheck
pkgdesc = QC Pipeline and Data Analysis Tools for High-Dimensional Illumina mRNA Expression Data
- pkgver = 1.26.0
+ pkgver = 1.28.0
pkgrel = 1
url = https://bioconductor.org/packages/iCheck
arch = any
@@ -17,7 +17,7 @@ pkgbase = r-icheck
depends = r-randomforest
depends = r-rgl
depends = r-scatterplot3d
- source = https://bioconductor.org/packages/release/bioc/src/contrib/iCheck_1.26.0.tar.gz
- sha256sums = ac96438a7cddd00ee8725a0da32122276cc3112d4a4936bb6895b29d72270c5e
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/iCheck_1.28.0.tar.gz
+ sha256sums = 004cf68192a0c332bcac9979eaffe95dd202f3772d2485ef751e66ba83344729
pkgname = r-icheck
diff --git a/PKGBUILD b/PKGBUILD
index 27757dfd1dc3..59e44a39cf5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=iCheck
-_pkgver=1.26.0
+_pkgver=1.28.0
pkgname=r-${_pkgname,,}
-pkgver=1.26.0
+pkgver=1.28.0
pkgrel=1
pkgdesc='QC Pipeline and Data Analysis Tools for High-Dimensional Illumina mRNA Expression Data'
arch=('any')
@@ -24,7 +24,7 @@ depends=(
r-scatterplot3d
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('ac96438a7cddd00ee8725a0da32122276cc3112d4a4936bb6895b29d72270c5e')
+sha256sums=('004cf68192a0c332bcac9979eaffe95dd202f3772d2485ef751e66ba83344729')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"