mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-tseries: auto updated to 0.10.52-1
This commit is contained in:
parent
54799dfa15
commit
ee0803535c
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=tseries
|
||||
_pkgver=0.10-51
|
||||
_pkgver=0.10-52
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.10.51
|
||||
pkgrel=2
|
||||
pkgver=0.10.52
|
||||
pkgrel=1
|
||||
pkgdesc='Time Series Analysis and Computational Finance'
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -19,7 +19,7 @@ makedepends=(
|
|||
gcc-fortran
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('a55f20704883710ab58ea479e20cf0f263c50d54282f693793cda4af664c207f')
|
||||
sha256sums=('9399c8dbedb3b44b8b3b854f6e8867e0a14f3727a7aa66ec9c6eff069ead8f45')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue