summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-27 15:40:19 +0000
committerBioArchLinuxBot2023-10-27 15:40:19 +0000
commit46885350ca174630e1e430e1a872e61ae655e016 (patch)
tree6c5603744499b6a7bbe84e9c892286fa7824a6e0 /PKGBUILD
parent80838317fdac8ab49ec36bdd93aa56b84a698069 (diff)
downloadaur-46885350ca174630e1e430e1a872e61ae655e016.tar.gz
[lilac] updated to 1.32.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 565d88bac9d7..4353bc9a0d4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=iCheck
-_pkgver=1.30.0
+_pkgver=1.32.0
pkgname=r-${_pkgname,,}
-pkgver=1.30.0
+pkgver=1.32.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=('670ee1ca0f74a46746477246accd3a911c668b27609c28963fa3b7d91835c121')
+sha256sums=('d8f3313ea9acf0ff834f3cff568ccaf8f5c224055bbd913025543ecd142f8ef4')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"