r-hopach: auto updated to 2.56.0-1

This commit is contained in:
BioArchLinuxBot 2022-04-28 04:00:53 +00:00
parent 93fbcbff12
commit fb937569bc

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=hopach
_pkgver=2.54.0
_pkgver=2.56.0
pkgname=r-${_pkgname,,}
pkgver=2.54.0
pkgrel=2
pkgver=2.56.0
pkgrel=1
pkgdesc='Hierarchical Ordered Partitioning and Collapsing Hybrid (HOPACH)'
arch=('x86_64')
url="https://bioconductor.org/packages/${_pkgname}"
@ -15,7 +15,7 @@ depends=(
r-biocgenerics
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('b159a548ea06f47cff9716911c0838b9c1d7c2a7173e5a915c0eceae217d48d6')
sha256sums=('640e61aa18bb4d27b6c6d4ea534496e7c050cf5f9b8b473e391dee2668ea4d30')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"