mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-rcppspdlog: auto updated to 0.0.14-1
This commit is contained in:
parent
bf5f75f4cf
commit
f34f48788d
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
# Maintainer: sukanka <su975853527@gmail.com>
|
||||
|
||||
_pkgname=RcppSpdlog
|
||||
_pkgver=0.0.13
|
||||
_pkgver=0.0.14
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.0.13
|
||||
pkgver=0.0.14
|
||||
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=('73dc2c33ec7a9d5b8ffa7270cc2f32a9c75cd98ce990126e86018c43009c8984')
|
||||
sha256sums=('8cb4fdf7cbaa001064b074f7339d0b3c53c13723d6bc7af6f873989cc5afc3d8')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue