summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-27 06:39:40 +0000
committerBioArchLinuxBot2023-10-27 06:39:40 +0000
commitb97a5318349d62d9123469487c4a492d28b46146 (patch)
treeb9a666c6cbc7abfb805248f72461454d8b98bb7f /PKGBUILD
parentabfa1075c0686336dc073fa03e0e425e9c6139a5 (diff)
downloadaur-r-cytokernel.tar.gz
[lilac] updated to 1.8.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5ed31437203c..00bb0de702ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=cytoKernel
-_pkgver=1.6.0
+_pkgver=1.8.0
pkgname=r-${_pkgname,,}
-pkgver=1.6.0
+pkgver=1.8.0
pkgrel=1
pkgdesc='Differential expression using kernel-based score test'
arch=('x86_64')
@@ -30,7 +30,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('f6d6f01dc813934dd8707b32804730052d1dfe377280e552e24139a62efb1083')
+sha256sums=('81d919e9acb23619fcd7f09a4d60248ae981ed04a84c3b40b2c9dbd9b24906a2')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"