summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-03 15:21:49 +0000
committerBioArchLinuxBot2024-05-03 15:21:49 +0000
commite557fff2a52005488102268fe720fd3a53fa99db (patch)
treea1eb3b857f6cba3b4a4ffaecfc2db73be7dda6f4 /PKGBUILD
parent46885350ca174630e1e430e1a872e61ae655e016 (diff)
downloadaur-r-icheck.tar.gz
[lilac] updated to 1.34.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}"