mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-rcppspdlog: auto updated to 0.0.20-1
This commit is contained in:
parent
e9e5a49eb3
commit
32d99b5e01
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
# Maintainer: sukanka <su975853527@gmail.com>
|
||||
|
||||
_pkgname=RcppSpdlog
|
||||
_pkgver=0.0.19
|
||||
_pkgver=0.0.20
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.0.19
|
||||
pkgver=0.0.20
|
||||
pkgrel=1
|
||||
pkgdesc="R and C++ Interfaces to 'spdlog' C++ Header Library for Logging"
|
||||
arch=('x86_64')
|
||||
|
@ -17,7 +17,7 @@ optdepends=(
|
|||
r-simplermarkdown
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('5d784a58a842c85a5ced460086d296889945644bd01bf8c314199ce0cf6d2c56')
|
||||
sha256sums=('9b2a0a955874e89183247235f43698c241cffc6e00ce70a2a4aa4a0f751ad601')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue