summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-04 00:01:42 +0000
committerBioArchLinuxBot2023-04-04 00:01:42 +0000
commit1688e436460538c659c8c18d96bc7f50c11730f2 (patch)
tree438753ba86bc12d8d9faf718b2522e5c3ec07520
parent96921c7b9639ceb55d80b9090df88a11de0d2b3d (diff)
downloadaur-1688e436460538c659c8c18d96bc7f50c11730f2.tar.gz
[lilac] updated to 0.4.21-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3114e2e756e..603d734363a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-quantmod
pkgdesc = Quantitative Financial Modelling Framework
- pkgver = 0.4.20
+ pkgver = 0.4.21
pkgrel = 1
url = https://cran.r-project.org/package=quantmod
arch = any
@@ -17,7 +17,7 @@ pkgbase = r-quantmod
optdepends = r-rsqlite
optdepends = r-timeseries
optdepends = r-xml2
- source = https://cran.r-project.org/src/contrib/quantmod_0.4.20.tar.gz
- sha256sums = f757df41595d885f7927e18f4835bc233d78d2d3ae48fd11c8874d4338c48e94
+ source = https://cran.r-project.org/src/contrib/quantmod_0.4.21.tar.gz
+ sha256sums = 4e06d06712da011bb7fc26c44ff95bf612fa23e1594b02877938561dd26cb7e2
pkgname = r-quantmod
diff --git a/PKGBUILD b/PKGBUILD
index dcca73ea9d7d..53014a584c78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=quantmod
-_pkgver=0.4.20
+_pkgver=0.4.21
pkgname=r-${_pkgname,,}
-pkgver=0.4.20
+pkgver=0.4.21
pkgrel=1
pkgdesc='Quantitative Financial Modelling Framework'
arch=('any')
@@ -26,7 +26,7 @@ optdepends=(
r-xml2
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('f757df41595d885f7927e18f4835bc233d78d2d3ae48fd11c8874d4338c48e94')
+sha256sums=('4e06d06712da011bb7fc26c44ff95bf612fa23e1594b02877938561dd26cb7e2')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"