summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-25 21:01:34 +0000
committerBioArchLinuxBot2023-10-25 21:01:34 +0000
commit72ad746c28afcb25566ce0572e34fda77ac845fc (patch)
tree2cc7c6ce0b80809632e5b6a7a8087885950ff942
parent3f51eb48d5b241de20df03065467001e095cb5cd (diff)
downloadaur-r-gewist.tar.gz
[lilac] updated to 1.46.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c74fc9e85be..bbab5b3e62a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = r-gewist
pkgdesc = Gene Environment Wide Interaction Search Threshold
- pkgver = 1.44.0
+ pkgver = 1.46.0
pkgrel = 1
url = https://bioconductor.org/packages/GEWIST
arch = any
license = GPL
depends = r
depends = r-car
- source = https://bioconductor.org/packages/release/bioc/src/contrib/GEWIST_1.44.0.tar.gz
- sha256sums = 395f2b1f25b2a4a32593924679ba396e0e8a9efd56aeece4a22eed26ba1e9bb3
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/GEWIST_1.46.0.tar.gz
+ sha256sums = 40a98c37d32b740aee4bd0997672245457f0907f3e04d308a3d36f92ffe84b09
pkgname = r-gewist
diff --git a/PKGBUILD b/PKGBUILD
index 70cb34c778bc..7a188c3083a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=GEWIST
-_pkgver=1.44.0
+_pkgver=1.46.0
pkgname=r-${_pkgname,,}
-pkgver=1.44.0
+pkgver=1.46.0
pkgrel=1
pkgdesc='Gene Environment Wide Interaction Search Threshold'
arch=('any')
@@ -14,7 +14,7 @@ depends=(
r-car
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('395f2b1f25b2a4a32593924679ba396e0e8a9efd56aeece4a22eed26ba1e9bb3')
+sha256sums=('40a98c37d32b740aee4bd0997672245457f0907f3e04d308a3d36f92ffe84b09')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"