r-rbiopaxparser: auto updated to 2.36.0-1

This commit is contained in:
BioArchLinuxBot 2022-04-28 01:09:04 +00:00
parent 7a75b83cb4
commit c3aa2428d4

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=rBiopaxParser _pkgname=rBiopaxParser
_pkgver=2.34.0 _pkgver=2.36.0
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=2.34.0 pkgver=2.36.0
pkgrel=2 pkgrel=1
pkgdesc='Parses BioPax files and represents them in R' pkgdesc='Parses BioPax files and represents them in R'
arch=('any') arch=('any')
url="https://bioconductor.org/packages/${_pkgname}" url="https://bioconductor.org/packages/${_pkgname}"
@ -24,7 +24,7 @@ optdepends=(
r-runit r-runit
) )
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('9fc65770b7bdcf3f8c4ef2c903ce4cb052b4d5e8efe60074ffd5ada2dc2bdd9a') sha256sums=('82161fb1a8fd99e16ff3333c17236d288e2ef9584651d503182a7389d927d017')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"