mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-cpp11: auto updated to 0.4.3-1
This commit is contained in:
parent
5a40fe8231
commit
dda4ebe229
1 changed files with 4 additions and 4 deletions
|
@ -2,10 +2,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=cpp11
|
||||
_pkgver=0.4.2
|
||||
_pkgver=0.4.3
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.4.2
|
||||
pkgrel=8
|
||||
pkgver=0.4.3
|
||||
pkgrel=1
|
||||
pkgdesc="A C++11 Interface for R's C Interface"
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -38,7 +38,7 @@ optdepends=(
|
|||
r-withr
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('403ce0bf82358d237176053b0fb1e958cb6bfa4d0fb3555bf5801db6a6939b99')
|
||||
sha256sums=('f1a60e4971a86dbbcf6a16bbd739b59bb66d9c45d93cfd8dedc2a87e302598f1')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue