summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-06-05 18:01:58 +0000
committerBioArchLinuxBot2023-06-05 18:01:58 +0000
commit8f67bd476e64aca56187e3796eec2a260db6a1d1 (patch)
tree074d25bc0147daaa5c65e13c465c5332e6bb0758
parent048474f4a9e40656f4a467efae2ca74a5f26dffa (diff)
downloadaur-8f67bd476e64aca56187e3796eec2a260db6a1d1.tar.gz
[lilac] updated to 1.8.5-5
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f579771ea9e..fedde104d76c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-jsonlite
pkgdesc = A Simple and Robust JSON Parser and Generator for R
- pkgver = 1.8.4
- pkgrel = 4
+ pkgver = 1.8.5
+ pkgrel = 5
url = https://cran.r-project.org/package=jsonlite
arch = x86_64
license = MIT
@@ -13,8 +13,8 @@ pkgbase = r-jsonlite
optdepends = r-sf
optdepends = r-testthat
optdepends = r-vctrs
- source = https://cran.r-project.org/src/contrib/jsonlite_1.8.4.tar.gz
- md5sums = 2eaa62ab9c269c8db6009135e2f5f4b7
- sha256sums = 79eaabe042226b0918aa828cc63d54fee8be67ae7c67f5e0d3010f468efb1278
+ source = https://cran.r-project.org/src/contrib/jsonlite_1.8.5.tar.gz
+ md5sums = 6c49fda00ace69deda82998c0b97427d
+ sha256sums = dc3cca4bdca1b6d6836c412760ea9656140683126c54cb89c3e42219dec4a3ad
pkgname = r-jsonlite
diff --git a/PKGBUILD b/PKGBUILD
index b3536f8859a4..64c49a48190d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,10 +6,10 @@
# Contributor: Alex Branham <branham@utexas.edu>
_pkgname=jsonlite
-_pkgver=1.8.4
+_pkgver=1.8.5
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//[:-]/.}
-pkgrel=4
+pkgrel=5
pkgdesc="A Simple and Robust JSON Parser and Generator for R"
arch=(x86_64)
url="https://cran.r-project.org/package=${_pkgname}"
@@ -27,8 +27,8 @@ optdepends=(
r-vctrs
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-md5sums=('2eaa62ab9c269c8db6009135e2f5f4b7')
-sha256sums=('79eaabe042226b0918aa828cc63d54fee8be67ae7c67f5e0d3010f468efb1278')
+md5sums=('6c49fda00ace69deda82998c0b97427d')
+sha256sums=('dc3cca4bdca1b6d6836c412760ea9656140683126c54cb89c3e42219dec4a3ad')
build() {
mkdir -p build