r-carnival: auto updated to 2.6.0-1

This commit is contained in:
BioArchLinuxBot 2022-04-29 00:03:00 +00:00
parent b5a26f598d
commit 4e7ab61665

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=CARNIVAL
_pkgver=2.4.0
_pkgver=2.6.0
pkgname=r-${_pkgname,,}
pkgver=2.4.0
pkgrel=2
pkgver=2.6.0
pkgrel=1
pkgdesc='A CAusal Reasoning tool for Network Identification (from gene expression data) using Integer VALue programming'
arch=('any')
url="https://bioconductor.org/packages/${_pkgname}"
@ -25,7 +25,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('8621a3a2adbb6a96d05ac02db41a4911edc420aeda2bd1b172cdbe1bb36c8b83')
sha256sums=('19a33992d6e760651139e51846d00003767e2d35940be42314bba67d65141c2c')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"