r-timeseries: auto updated to 4021.105-1

This commit is contained in:
BioArchLinuxBot 2022-10-16 06:01:43 +00:00
parent 295a7969e8
commit 0beb20ef39

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=timeSeries
_pkgver=4021.104
_pkgver=4021.105
pkgname=r-${_pkgname,,}
pkgver=4021.104
pkgrel=2
pkgver=4021.105
pkgrel=1
pkgdesc='Financial Time Series Objects (Rmetrics)'
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"
@ -21,7 +21,7 @@ optdepends=(
r-xts
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('f69ee98d9b47603f5ba87699074653ba51268a5a962539df497781b053520112')
sha256sums=('bfe36c964bb1d4b3c01d411e46081a2adaad6b4d7e04d8b3fca702a1178cdbcc')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"