r-rhdf5lib: auto updated to 1.24.0-1

This commit is contained in:
BioArchLinuxBot 2023-10-25 18:05:28 +00:00
parent 7cd0643336
commit 00cd3ff298

View file

@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=Rhdf5lib
_pkgver=1.22.1
_pkgver=1.24.0
pkgname=r-${_pkgname,,}
pkgver=1.22.1
pkgver=1.24.0
pkgrel=1
pkgdesc='hdf5 library as an R package'
arch=('x86_64')
@ -21,7 +21,7 @@ optdepends=(
r-tinytest
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('49b2856d0cc9021e4d8da8a51ac61405fe8fee289028ae2701d3a0ffb3880780')
sha256sums=('ae6e4943c5e6b701d00173083f19f9ac6a06fcf9508bd2b5412666db5c7ec282')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"