r-rnainteract: auto updated to 1.52.0-1

This commit is contained in:
BioArchLinuxBot 2024-05-02 03:01:41 +00:00
parent f3c8fcdcdb
commit 2ec6859e40

View file

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