summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-10-18 12:31:10 +0000
committerBioArchLinuxBot2022-10-18 12:31:10 +0000
commit7ee9f7119908542167624fa2f17d1726c6bb2341 (patch)
tree7c428446a6dd5df1673d5f559d0e3bb9f948e0db
parentf0fb6b7ac103afe6bc160fc3d008df0cebdbabd6 (diff)
downloadaur-7ee9f7119908542167624fa2f17d1726c6bb2341.tar.gz
[lilac] updated to 0.12.2-3
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5893824a3ecd..9c64812f3bd3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-xts
pkgdesc = eXtensible Time Series
pkgver = 0.12.2
- pkgrel = 1
+ pkgrel = 3
url = https://cran.r-project.org/package=xts
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index af5efc305230..207c5a004a45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,12 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
+# Contributor: Hyacinthe Cartiaux <hyacinthe.cartiaux@free.fr>
+# Contributor: Alex Branham <branham@utexas.edu>
_pkgname=xts
_pkgver=0.12.2
pkgname=r-${_pkgname,,}
pkgver=0.12.2
-pkgrel=1
+pkgrel=3
pkgdesc='eXtensible Time Series'
arch=('x86_64')
url="https://cran.r-project.org/package=${_pkgname}"