summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-29 08:26:42 +0000
committerBioArchLinuxBot2023-04-29 08:26:42 +0000
commite69bde6b9a80884120ad831c6ad1789bbdb13523 (patch)
tree4ba32ac2183b83b85834138cec93e17c39ebbd8a
parent7e11eebdb700c4f6f76980af0634a208a8e6da8c (diff)
downloadaur-e69bde6b9a80884120ad831c6ad1789bbdb13523.tar.gz
[lilac] updated to 1.48.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7311dd42eb32..3a68bee37aa0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-phenotest
pkgdesc = Tools to test association between gene expression and phenotype in a way that is efficient, structured, fast and scalable. We also provide tools to do GSEA (Gene set enrichment analysis) and copy number variation.
- pkgver = 1.46.0
+ pkgver = 1.48.0
pkgrel = 1
url = https://bioconductor.org/packages/phenoTest
arch = any
@@ -31,7 +31,7 @@ pkgbase = r-phenotest
optdepends = r-org.mm.eg.db
optdepends = r-org.rn.eg.db
optdepends = r-parallel
- source = https://bioconductor.org/packages/release/bioc/src/contrib/phenoTest_1.46.0.tar.gz
- sha256sums = 236093e81df82981913f02057db2ad33ce94e0f1d06a9dbd56493bfab05d8f65
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/phenoTest_1.48.0.tar.gz
+ sha256sums = 6faf180ba0176c76ea9b70b2ada6d42bad327c4f24ba0e9f73388ef0efd7b36a
pkgname = r-phenotest
diff --git a/PKGBUILD b/PKGBUILD
index ab2ab223c36d..e4170c0da825 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=phenoTest
-_pkgver=1.46.0
+_pkgver=1.48.0
pkgname=r-${_pkgname,,}
-pkgver=1.46.0
+pkgver=1.48.0
pkgrel=1
pkgdesc='Tools to test association between gene expression and phenotype in a way that is efficient, structured, fast and scalable. We also provide tools to do GSEA (Gene set enrichment analysis) and copy number variation.'
arch=('any')
@@ -40,7 +40,7 @@ optdepends=(
r-parallel
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('236093e81df82981913f02057db2ad33ce94e0f1d06a9dbd56493bfab05d8f65')
+sha256sums=('6faf180ba0176c76ea9b70b2ada6d42bad327c4f24ba0e9f73388ef0efd7b36a')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"