r-h5vc: auto updated to 2.40.1-1

This commit is contained in:
BioArchLinuxBot 2025-02-07 00:14:38 +00:00
parent df59c3e88c
commit a4907673ee

View file

@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=h5vc _pkgname=h5vc
_pkgver=2.40.0 _pkgver=2.40.1
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=2.40.0 pkgver=2.40.1
pkgrel=1 pkgrel=1
pkgdesc='Managing alignment tallies using a hdf5 backend' pkgdesc='Managing alignment tallies using a hdf5 backend'
arch=('x86_64') arch=('x86_64')
@ -40,7 +40,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=('499e723c4881332f3f4de127815d20a865ddcf50155f42efa849246023466798') sha256sums=('7918d0e5b992442bb166ae9d814cb103a89972b207978655d70a9339cd4cb61b')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"