summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 03:55:33 +0000
committerBioArchLinuxBot2023-04-27 03:55:33 +0000
commit3f51eb48d5b241de20df03065467001e095cb5cd (patch)
tree314f25fa0258bc89a9f5d6faa275534fb860905b
parent1bf401467efeaaf5b19309755466c64bc8c02a07 (diff)
downloadaur-3f51eb48d5b241de20df03065467001e095cb5cd.tar.gz
[lilac] updated to 1.44.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 855b3935102c..0c74fc9e85be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = r-gewist
pkgdesc = Gene Environment Wide Interaction Search Threshold
- pkgver = 1.42.0
+ pkgver = 1.44.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.42.0.tar.gz
- sha256sums = bcbf67d8b43ae44fb210664ebc7a85865605bca9221d3f137a1bf2ab42d878c2
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/GEWIST_1.44.0.tar.gz
+ sha256sums = 395f2b1f25b2a4a32593924679ba396e0e8a9efd56aeece4a22eed26ba1e9bb3
pkgname = r-gewist
diff --git a/PKGBUILD b/PKGBUILD
index c26cbeac8b09..70cb34c778bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=GEWIST
-_pkgver=1.42.0
+_pkgver=1.44.0
pkgname=r-${_pkgname,,}
-pkgver=1.42.0
+pkgver=1.44.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=('bcbf67d8b43ae44fb210664ebc7a85865605bca9221d3f137a1bf2ab42d878c2')
+sha256sums=('395f2b1f25b2a4a32593924679ba396e0e8a9efd56aeece4a22eed26ba1e9bb3')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"