mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-quantmod: auto updated to 0.4.20-1
This commit is contained in:
parent
85fec47e2c
commit
e2bf1c36fa
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=quantmod
|
||||
_pkgver=0.4.18
|
||||
_pkgver=0.4.20
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.4.18
|
||||
pkgrel=2
|
||||
pkgver=0.4.20
|
||||
pkgrel=1
|
||||
pkgdesc='Quantitative Financial Modelling Framework'
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -26,7 +26,7 @@ optdepends=(
|
|||
r-xml2
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('aa40448e93a1facf399213ac691784007731e869ad243fe762381ab099cd6c35')
|
||||
sha256sums=('f757df41595d885f7927e18f4835bc233d78d2d3ae48fd11c8874d4338c48e94')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue