summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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