r-rhdf5filters: auto updated to 1.14.0-1

This commit is contained in:
BioArchLinuxBot 2023-10-25 21:44:33 +00:00
parent 03bfcfeedf
commit 68ffa46bc1

View file

@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=rhdf5filters _pkgname=rhdf5filters
_pkgver=1.12.1 _pkgver=1.14.0
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=1.12.1 pkgver=1.14.0
pkgrel=1 pkgrel=1
pkgdesc='HDF5 Compression Filters' pkgdesc='HDF5 Compression Filters'
arch=('x86_64') arch=('x86_64')
@ -23,7 +23,7 @@ optdepends=(
r-tinytest r-tinytest
) )
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=('351145e3d7dd5d6b71d52455283ece2927bcae04a727376b869747808bea3ced') sha256sums=('acc1028ad216e4b2845ba1e53c1fcd79d1dbf96c2aed6dcfb15952ff9e95f7aa')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"