mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-gsl: auto updated to 2.1.7.1-1
This commit is contained in:
parent
fc2a481969
commit
c33c54c626
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
_pkgname=gsl
|
_pkgname=gsl
|
||||||
_pkgver=2.1-7.1
|
_pkgver=2.1-7.1
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=${_pkgver//[:-]/.}
|
pkgver=2.1.7.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Wrapper for the Gnu Scientific Library'
|
pkgdesc='Wrapper for the Gnu Scientific Library'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -15,7 +15,7 @@ depends=(
|
||||||
gsl
|
gsl
|
||||||
)
|
)
|
||||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||||
sha256sums=('a')
|
sha256sums=('ee98d1382d37ffa77538a90ccdbf44affbf1710a9e66b8ada73fa72e67921985')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue