r-sharedobject: auto updated to 1.14.1-1

This commit is contained in:
BioArchLinuxBot 2023-08-14 18:01:35 +00:00
parent 6f3d26fe85
commit bd51959b9d

View file

@ -2,10 +2,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=SharedObject
_pkgver=1.12.0
_pkgver=1.14.1
pkgname=r-${_pkgname,,}
pkgver=1.12.0
pkgrel=2
pkgver=1.14.1
pkgrel=1
pkgdesc='Sharing R objects across multiple R processes without memory duplication'
arch=('x86_64')
url="https://bioconductor.org/packages/${_pkgname}"
@ -24,7 +24,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('8d10802c15fad85bb43d77790bf71d4836e614231a21f58844df54394fb53987')
sha256sums=('ea6d1693ef7febf0907bd40d3cdd191de1c8f59025266b65a9fe0cc1cd9a934a')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"