summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-26 13:04:00 +0000
committerBioArchLinuxBot2022-11-26 13:04:00 +0000
commitd63d771a925ad395bf336d902ba4e5cd0c306b17 (patch)
treeb737c32f614e8678d5f4d47b2e3f0e46c25b084c
parent7ee9f7119908542167624fa2f17d1726c6bb2341 (diff)
downloadaur-d63d771a925ad395bf336d902ba4e5cd0c306b17.tar.gz
[lilac] updated to 0.12.2-5
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c64812f3bd3..4d1422e0f79b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = r-xts
pkgdesc = eXtensible Time Series
pkgver = 0.12.2
- pkgrel = 3
+ pkgrel = 5
url = https://cran.r-project.org/package=xts
arch = x86_64
license = GPL
depends = r
depends = r-zoo
optdepends = r-chron
- optdepends = r-fts
optdepends = r-runit
optdepends = r-timedate
optdepends = r-timeseries
diff --git a/PKGBUILD b/PKGBUILD
index 207c5a004a45..761f7f2d2754 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _pkgname=xts
_pkgver=0.12.2
pkgname=r-${_pkgname,,}
pkgver=0.12.2
-pkgrel=3
+pkgrel=5
pkgdesc='eXtensible Time Series'
arch=('x86_64')
url="https://cran.r-project.org/package=${_pkgname}"
@@ -17,7 +17,6 @@ depends=(
)
optdepends=(
r-chron
- r-fts
r-runit
r-timedate
r-timeseries