summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-26 05:01:42 +0000
committerBioArchLinuxBot2023-10-26 05:01:42 +0000
commitc4ece1192b30eda8efcfa476fdf065a81cbc564b (patch)
treea07b4fe5dad75abc7b5afba35f789011c3bcb5a4 /PKGBUILD
parent8b3a95ea9acca30214ab14c6ad5733eb097bce8a (diff)
downloadaur-r-spidermir.tar.gz
[lilac] updated to 1.32.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 740a49387b6f..26da9009251f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=SpidermiR
-_pkgver=1.30.0
+_pkgver=1.32.0
pkgname=r-${_pkgname,,}
-pkgver=1.30.0
+pkgver=1.32.0
pkgrel=1
pkgdesc='SpidermiR: An R/Bioconductor package for integrative network analysis with miRNA data'
arch=('any')
@@ -28,7 +28,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('61bc1290d5f4c6261745f0933519b2fdd6cd9e5c8b93c0da03679b223747e902')
+sha256sums=('3d3071428cfb05fe9e035fcb51eb27546e1abc4381a9943ae21c6a855810441f')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"