summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-02 02:34:18 +0000
committerBioArchLinuxBot2024-05-02 02:34:18 +0000
commitdeb1c4d0caebcdc1d26f087fdcdfaed15c22239e (patch)
tree10506a962c7adee5a78e2c88e6e1334bc69a80a2 /PKGBUILD
parent485ea70bedf1c5345cbc40f72da1f4f987f7a9c0 (diff)
downloadaur-r-npgsea.tar.gz
[lilac] updated to 1.40.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 04df8809ad91..beb4013d5e88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=npGSEA
-_pkgver=1.38.0
+_pkgver=1.40.0
pkgname=r-${_pkgname,,}
-pkgver=1.38.0
+pkgver=1.40.0
pkgrel=1
pkgdesc='Permutation approximation methods for gene set enrichment analysis (non-permutation GSEA)'
arch=('any')
@@ -24,7 +24,7 @@ optdepends=(
r-reportingtools
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('bcfdc31d99c7901b359ddc578764bbb987c6977aac1806d38dda95ef10a0a354')
+sha256sums=('193f32d198f840ee184482969426c17c1f89a0eb3454a2bb30b07665bc3c38b5')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"