r-rmpfr: auto updated to 0.8.9-1

This commit is contained in:
BioArchLinuxBot 2022-06-03 18:09:30 +00:00
parent a9dbc09d84
commit 649e515cd3

View file

@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=Rmpfr
_pkgver=0.8-8
_pkgver=0.8-9
pkgname=r-${_pkgname,,}
pkgver=0.8.8
pkgver=0.8.9
pkgrel=1
pkgdesc='R MPFR - Multiple Precision Floating-Point Reliable'
arch=('x86_64')
@ -24,7 +24,7 @@ optdepends=(
r-sfsmisc
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('e1b08cc55e04ad6b732b240f220cb81468d80c0e8298eadafaef0897e5e4d79e')
sha256sums=('cfee5ab47d49c6433c372a267f7d849c8f7c61a84e00d08afb047eaafcdbbc8a')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"