summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-02 01:37:45 +0000
committerBioArchLinuxBot2024-05-02 01:37:45 +0000
commita83e28c77d5f1dc886e0c7acba86aa23b6563d81 (patch)
tree5f0a87281cb37f16dc6a4209fe4a469f160887eb /PKGBUILD
parentf50318781946020321288aeb03322cca2b71a884 (diff)
downloadaur-r-bionet.tar.gz
[lilac] updated to 1.64.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 32e297c65692..71fd6f1465e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=BioNet
-_pkgver=1.62.0
+_pkgver=1.64.0
pkgname=r-${_pkgname,,}
-pkgver=1.62.0
+pkgver=1.64.0
pkgrel=1
pkgdesc='Routines for the functional analysis of biological networks'
arch=('any')
@@ -29,7 +29,7 @@ optdepends=(
r-xtable
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('78012ebdb0dc4acfbb179a1030b76a835617129b2bfb0ef34a3849f2b2915988')
+sha256sums=('06828daef6fdd94068b29dc7e63b015b70107a22ca1e28535af69ece40ddf852')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"