mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-rcpptoml: auto updated to 0.2.3-1
This commit is contained in:
parent
e11caa5c45
commit
e16ab6c877
1 changed files with 4 additions and 4 deletions
|
@ -3,10 +3,10 @@
|
|||
# Contributor: Robert Greener <me@r0bert.dev>
|
||||
|
||||
_pkgname=RcppTOML
|
||||
_pkgver=0.2.2
|
||||
_pkgver=0.2.3
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.2.2
|
||||
pkgrel=3
|
||||
pkgver=0.2.3
|
||||
pkgrel=1
|
||||
pkgdesc="'Rcpp' Bindings to Parser for Tom's Obvious Markup Language"
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -19,7 +19,7 @@ optdepends=(
|
|||
r-tinytest
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('371391f9ca82221e76a424082ea9ebc5ea2c50f14e8408469b09d7dc3e6f63aa')
|
||||
sha256sums=('2ed594253c562bef7065e67d791197f61b221e545206a1b3598d46868cf5926f')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue