r-rnainteract: auto updated to 1.44.0-1

This commit is contained in:
BioArchLinuxBot 2022-04-28 11:21:57 +00:00
parent 9f0dbe3fdd
commit 689016b3fa

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=RNAinteract
_pkgver=1.42.0
_pkgver=1.44.0
pkgname=r-${_pkgname,,}
pkgver=1.42.0
pkgver=1.44.0
pkgrel=1
pkgdesc='Estimate Pairwise Interactions from multidimensional features'
arch=('any')
@ -26,7 +26,7 @@ depends=(
r-splots
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('11a70cb9ba292d1a30f5f305fc77b9cc405cbc680c2eabedad94f995a971295b')
sha256sums=('fbd73634b98baf6822ce9c3ba722f89f2e2e5685aea48e4d76b2193cebdd13b8')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"