summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-03 15:21:49 +0000
committerBioArchLinuxBot2024-05-03 15:21:49 +0000
commite557fff2a52005488102268fe720fd3a53fa99db (patch)
treea1eb3b857f6cba3b4a4ffaecfc2db73be7dda6f4
parent46885350ca174630e1e430e1a872e61ae655e016 (diff)
downloadaur-e557fff2a52005488102268fe720fd3a53fa99db.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 4f067916e274..5e341d09a940 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.32.0
+ pkgver = 1.34.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.32.0.tar.gz
- sha256sums = d8f3313ea9acf0ff834f3cff568ccaf8f5c224055bbd913025543ecd142f8ef4
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/iCheck_1.34.0.tar.gz
+ sha256sums = ac865f87e89adbbbd6ff040861bf25afc557cf689518307046ca6ea41972e4fb
pkgname = r-icheck
diff --git a/PKGBUILD b/PKGBUILD
index 4353bc9a0d4c..762e21385782 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=iCheck
-_pkgver=1.32.0
+_pkgver=1.34.0
pkgname=r-${_pkgname,,}
-pkgver=1.32.0
+pkgver=1.34.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=('d8f3313ea9acf0ff834f3cff568ccaf8f5c224055bbd913025543ecd142f8ef4')
+sha256sums=('ac865f87e89adbbbd6ff040861bf25afc557cf689518307046ca6ea41972e4fb')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"