summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-26 15:49:17 +0000
committerBioArchLinuxBot2023-04-26 15:49:17 +0000
commit531b8b40e7ab49765a77fc5506de2621d0ad7849 (patch)
tree2b9ed5b7a53cc9975ef197f8dc5ee07921ae619c
parent0caab7fd9ffb2e409e3f7c949d5239e612e94072 (diff)
downloadaur-531b8b40e7ab49765a77fc5506de2621d0ad7849.tar.gz
[lilac] updated to 0.13.1-4
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05a75b9362d4..f46c3a7b2361 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-xts
pkgdesc = eXtensible Time Series
pkgver = 0.13.1
- pkgrel = 1
+ pkgrel = 4
url = https://cran.r-project.org/package=xts
arch = x86_64
license = GPL
@@ -11,7 +11,6 @@ pkgbase = r-xts
optdepends = r-timedate
optdepends = r-timeseries
optdepends = r-tinytest
- optdepends = r-tis
optdepends = r-tseries
source = https://cran.r-project.org/src/contrib/xts_0.13.1.tar.gz
sha256sums = 2c3907c6d0162e48d1898647105bbb32cfe0cb005788481a64ee675a941d825d
diff --git a/PKGBUILD b/PKGBUILD
index 892f9f2f60d7..3d2e78d43008 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _pkgname=xts
_pkgver=0.13.1
pkgname=r-${_pkgname,,}
pkgver=0.13.1
-pkgrel=1
+pkgrel=4
pkgdesc='eXtensible Time Series'
arch=('x86_64')
url="https://cran.r-project.org/package=${_pkgname}"
@@ -20,7 +20,6 @@ optdepends=(
r-timedate
r-timeseries
r-tinytest
- r-tis
r-tseries
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")