r-biomvcclass: auto updated to 1.72.0-1

This commit is contained in:
BioArchLinuxBot 2024-05-01 18:48:07 +00:00
parent e9fb46f286
commit 611ed6ebda

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=BioMVCClass
_pkgver=1.70.0
_pkgver=1.72.0
pkgname=r-${_pkgname,,}
pkgver=1.70.0
pkgrel=2
pkgver=1.72.0
pkgrel=1
pkgdesc='Model-View-Controller (MVC) Classes That Use Biobase'
arch=('any')
url="https://bioconductor.org/packages/${_pkgname}"
@ -17,7 +17,7 @@ depends=(
r-rgraphviz
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('ddf12f5b1c2bc2d16833be0257d98e407b5fed5d0b58bb1b685ce1587cd89311')
sha256sums=('6276c545591e1a901cd89ca044204e8814907163a42d1d04ffd7303ba69ecd35')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"