mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-rcppgsl: auto updated to 0.3.12-1
This commit is contained in:
parent
c0f73e1d98
commit
2d4ed9dca4
1 changed files with 4 additions and 4 deletions
|
@ -2,10 +2,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=RcppGSL
|
||||
_pkgver=0.3.11
|
||||
_pkgver=0.3.12
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.3.11
|
||||
pkgrel=4
|
||||
pkgver=0.3.12
|
||||
pkgrel=1
|
||||
pkgdesc="'Rcpp' Integration for 'GNU GSL' Vectors and Matrices"
|
||||
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=('f094ea26c99b04d9e203986a1f2003f02472ceca0e2ef1c3beefd3ae80aeada8')
|
||||
sha256sums=('9504effd4929101c20de2852c62180ae5e70bb2bbabcce2f5c7c02f641e3b9e2')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue