summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 03:55:33 +0000
committerBioArchLinuxBot2023-04-27 03:55:33 +0000
commit3f51eb48d5b241de20df03065467001e095cb5cd (patch)
tree314f25fa0258bc89a9f5d6faa275534fb860905b /PKGBUILD
parent1bf401467efeaaf5b19309755466c64bc8c02a07 (diff)
downloadaur-3f51eb48d5b241de20df03065467001e095cb5cd.tar.gz
[lilac] updated to 1.44.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}"