r-streamer: auto updated to 1.49.0-1

This commit is contained in:
BioArchLinuxBot 2024-05-01 18:46:35 +00:00
parent 896ba03165
commit f89e5bf34b

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=Streamer _pkgname=Streamer
_pkgver=1.48.0 _pkgver=1.49.0
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=1.48.0 pkgver=1.49.0
pkgrel=2 pkgrel=1
pkgdesc='Enabling stream processing of large files' pkgdesc='Enabling stream processing of large files'
arch=('x86_64') arch=('x86_64')
url="https://bioconductor.org/packages/${_pkgname}" url="https://bioconductor.org/packages/${_pkgname}"
@ -22,7 +22,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=('ab764572ff2c71f9a15554a3b575599e5adb4978dff15d0ea53d20e356ea3262') sha256sums=('c56f21c593daf484acabbfd80c2662a8c2650a32fee5243f37e2fae5b4f760a8')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"