summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-04-24 19:58:11 +0000
committerBioArchLinuxBot2024-04-24 19:58:11 +0000
commit85e4a1613acaafbc8a19f4d9c059463703e4cec8 (patch)
tree4e7abe4a878dc3fcd91ef07d5e0960357e13415b
parentcbbbadb6c033a5a74d44ab183f93bee1894653f7 (diff)
downloadaur-85e4a1613acaafbc8a19f4d9c059463703e4cec8.tar.gz
[lilac] updated to 1.3.1.9-3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5aaffa29e0af..bf2bb6d808ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = r-rjsonio
pkgdesc = Serialize R Objects to JSON, JavaScript Object Notation
pkgver = 1.3.1.9
- pkgrel = 2
+ pkgrel = 3
url = https://cran.r-project.org/package=RJSONIO
arch = x86_64
- license = BSD
+ license = BSD-3-Clause
depends = r
source = https://cran.r-project.org/src/contrib/RJSONIO_1.3-1.9.tar.gz
md5sums = d42747c9c3be446a3aefa2b9fa28023c
diff --git a/PKGBUILD b/PKGBUILD
index 815da3e4d8fe..443a1122e1f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@ _pkgname=RJSONIO
_pkgver=1.3-1.9
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
-pkgrel=2
+pkgrel=3
pkgdesc="Serialize R Objects to JSON, JavaScript Object Notation"
arch=(x86_64)
url="https://cran.r-project.org/package=$_pkgname"
-license=(BSD)
+license=('BSD-3-Clause')
depends=(
r
)