mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-rjsoncons: auto updated to 1.0.1-1
This commit is contained in:
parent
f94847e808
commit
ce18c3b283
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
|||
# Maintainer: sukanka <su975853527@gmail.com>
|
||||
|
||||
_pkgname=rjsoncons
|
||||
_pkgver=1.0.0
|
||||
_pkgver=1.0.1
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.0.0
|
||||
pkgver=1.0.1
|
||||
pkgrel=1
|
||||
pkgdesc="'C++' Header-Only 'jsoncons' Library for 'JSON' Queries"
|
||||
arch=('x86_64')
|
||||
|
@ -22,7 +22,7 @@ optdepends=(
|
|||
r-tinytest
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('f942064480e98fc62cc6f292ce14af84999037f09fc740daf39693907872cff8')
|
||||
sha256sums=('f90203527691b5f280e0e17f82ae62f5305a520057b124867d8d900a316fd50a')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue