r-jsonlite: auto updated to 1.8.2-1

This commit is contained in:
BioArchLinuxBot 2022-10-02 18:01:05 +00:00
parent 7a8b505ec6
commit 03d33e8be9

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.1 _pkgver=1.8.2
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=1.8.1 pkgver=1.8.2
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=('de2e45b693f1d892dd043f1cd2bdfecd1060e43a5392357318b1ad68248997d0') sha256sums=('677b645c081a7e004b71f0c48a1d46c1be9715163ccb6b419fbb0342a6c9cc3a')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"