summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-02-14 12:06:19 +0000
committerBioArchLinuxBot2024-02-14 12:06:19 +0000
commitcd7a519744b1f883606754ed7ab83c706db8662b (patch)
tree97bcf95421c509dd67b0ab6d03d1cddcbd4aee22 /PKGBUILD
parent563c3dc147a924e7654853f094ee0f6c197d822f (diff)
downloadaur-r-quantmod.tar.gz
[lilac] updated to 0.4.26-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fb3a98cd65cc..862356a60867 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=quantmod
-_pkgver=0.4.25
+_pkgver=0.4.26
pkgname=r-${_pkgname,,}
-pkgver=0.4.25
+pkgver=0.4.26
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=('3f1896d45fbd4daea438fd2824bf4c91aba1a6729d93d20e6a0e60d2a0f95b32')
+sha256sums=('396c5d3241f77911d9f7738a60a9d728ed25b3dbce2fd92f5b11f9fcbcb8bb98')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"