summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-08-22 12:02:10 +0000
committerBioArchLinuxBot2023-08-22 12:02:10 +0000
commit563c3dc147a924e7654853f094ee0f6c197d822f (patch)
tree6def03c0b74891a680c48603b18d0fd738b2e26a
parent41d9201848b866e53e0b50693980c7f2b940e9eb (diff)
downloadaur-563c3dc147a924e7654853f094ee0f6c197d822f.tar.gz
[lilac] updated to 0.4.25-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71544adb9d86..c1d1b9368e70 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-quantmod
pkgdesc = Quantitative Financial Modelling Framework
- pkgver = 0.4.24
+ pkgver = 0.4.25
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.24.tar.gz
- sha256sums = 28235d3d9668cee1f65a8a1cdc5869b1d22b49eb29b51441bdfd98394fd31203
+ source = https://cran.r-project.org/src/contrib/quantmod_0.4.25.tar.gz
+ sha256sums = 3f1896d45fbd4daea438fd2824bf4c91aba1a6729d93d20e6a0e60d2a0f95b32
pkgname = r-quantmod
diff --git a/PKGBUILD b/PKGBUILD
index 7eb0aceff9e2..fb3a98cd65cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=quantmod
-_pkgver=0.4.24
+_pkgver=0.4.25
pkgname=r-${_pkgname,,}
-pkgver=0.4.24
+pkgver=0.4.25
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=('28235d3d9668cee1f65a8a1cdc5869b1d22b49eb29b51441bdfd98394fd31203')
+sha256sums=('3f1896d45fbd4daea438fd2824bf4c91aba1a6729d93d20e6a0e60d2a0f95b32')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"