r-jsonlite: auto updated to 1.8.3-1

This commit is contained in:
BioArchLinuxBot 2022-10-21 12:01:01 +00:00
parent 6974da856f
commit 288035c918

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=jsonlite _pkgname=jsonlite
_pkgver=1.8.2 _pkgver=1.8.3
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=1.8.2 pkgver=1.8.3
pkgrel=1 pkgrel=1
pkgdesc='A Simple and Robust JSON Parser and Generator for R' pkgdesc='A Simple and Robust JSON Parser and Generator for R'
arch=('x86_64') arch=('x86_64')
@ -23,7 +23,7 @@ optdepends=(
r-testthat r-testthat
) )
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz") source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('677b645c081a7e004b71f0c48a1d46c1be9715163ccb6b419fbb0342a6c9cc3a') sha256sums=('c57f1daf681fc7d5db893693a65ac61a48ddd7aabf66b28647b0e30df92ac8f0')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"