summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-07-18 00:17:28 +0000
committerBioArchLinuxBot2023-07-18 00:17:28 +0000
commit41d9201848b866e53e0b50693980c7f2b940e9eb (patch)
tree8a8212468402c65c011cb4978b2ee8b12147564b
parent3d9d11833f7d5dae3fe5c8f69d3a8c9ba773b757 (diff)
downloadaur-41d9201848b866e53e0b50693980c7f2b940e9eb.tar.gz
[lilac] updated to 0.4.24-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d4f0bd98610..71544adb9d86 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-quantmod
pkgdesc = Quantitative Financial Modelling Framework
- pkgver = 0.4.23
+ pkgver = 0.4.24
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.23.tar.gz
- sha256sums = 4d7cb5cd1fec7f0daca617ea0dcb434ab83c376a512397f676ebc8502e9b504a
+ source = https://cran.r-project.org/src/contrib/quantmod_0.4.24.tar.gz
+ sha256sums = 28235d3d9668cee1f65a8a1cdc5869b1d22b49eb29b51441bdfd98394fd31203
pkgname = r-quantmod
diff --git a/PKGBUILD b/PKGBUILD
index 641a83b37527..7eb0aceff9e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=quantmod
-_pkgver=0.4.23
+_pkgver=0.4.24
pkgname=r-${_pkgname,,}
-pkgver=0.4.23
+pkgver=0.4.24
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=('4d7cb5cd1fec7f0daca617ea0dcb434ab83c376a512397f676ebc8502e9b504a')
+sha256sums=('28235d3d9668cee1f65a8a1cdc5869b1d22b49eb29b51441bdfd98394fd31203')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"