summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-04-24 18:01:50 +0000
committerBioArchLinuxBot2024-04-24 18:01:50 +0000
commitfec7b6008d8917d320f6b4155a26ba756c9075c5 (patch)
tree10bf374676a803d16a58cc66147e46ca3dae9479
parent267d156da53d6dc3b4054dfe8b9f47491994051b (diff)
downloadaur-fec7b6008d8917d320f6b4155a26ba756c9075c5.tar.gz
[lilac] updated to 1.8.8-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD12
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 949d03203e52..7585901860bd 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.8
- pkgrel = 1
+ pkgrel = 2
url = https://cran.r-project.org/package=jsonlite
arch = x86_64
license = MIT
@@ -15,6 +15,6 @@ pkgbase = r-jsonlite
optdepends = r-vctrs
source = https://cran.r-project.org/src/contrib/jsonlite_1.8.8.tar.gz
md5sums = d1ec8467abf43d41aabeec24d5a9096a
- sha256sums = 7de21316984c3ba3d7423d12f43d1c30c716007c5e39bf07e11885e0ceb0caa4
+ b2sums = c1417c2dffd62518c11dfaed1ca3151d3fe1ba6edc2757e2dda031e5976dc68cd025ff5640e2ad5e94601eadca6fc1dd5da4bb497177943518b236d63c21ec53
pkgname = r-jsonlite
diff --git a/PKGBUILD b/PKGBUILD
index aa10abacd854..f293c5df524d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,11 +9,11 @@ _pkgname=jsonlite
_pkgver=1.8.8
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
-pkgrel=1
+pkgrel=2
pkgdesc="A Simple and Robust JSON Parser and Generator for R"
arch=(x86_64)
-url="https://cran.r-project.org/package=${_pkgname}"
-license=(MIT)
+url="https://cran.r-project.org/package=$_pkgname"
+license=('MIT')
depends=(
r
)
@@ -28,11 +28,11 @@ optdepends=(
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
md5sums=('d1ec8467abf43d41aabeec24d5a9096a')
-sha256sums=('7de21316984c3ba3d7423d12f43d1c30c716007c5e39bf07e11885e0ceb0caa4')
+b2sums=('c1417c2dffd62518c11dfaed1ca3151d3fe1ba6edc2757e2dda031e5976dc68cd025ff5640e2ad5e94601eadca6fc1dd5da4bb497177943518b236d63c21ec53')
build() {
- mkdir -p build
- R CMD INSTALL "$_pkgname" -l build
+ mkdir build
+ R CMD INSTALL -l build "$_pkgname"
}
package() {