r-pathview: auto updated to 1.46.0-1

This commit is contained in:
BioArchLinuxBot 2024-10-31 20:15:47 +00:00
parent 0a5c59677c
commit 900854c71c

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=pathview
_pkgver=1.44.0
_pkgver=1.46.0
pkgname=r-${_pkgname,,}
pkgver=1.44.0
pkgver=1.46.0
pkgrel=1
pkgdesc='a tool set for pathway based data integration and visualization'
arch=('any')
@ -27,7 +27,7 @@ optdepends=(
r-runit
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('1bf462a43f52b891663f95496d18f7a0762440ed83356250ad7842d886e057dd')
sha256sums=('084f11be8cf1637f20f08d8dfb9e6c4eaafe25c694b858043063b18dd310f948')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"