summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-10-18 12:33:38 +0000
committerBioArchLinuxBot2022-10-18 12:33:38 +0000
commit5a647562a2c97518f718cf9563e6d784dd6cda48 (patch)
tree6da47dcc767d2e246820580734fc7a063c932da3
parent65f27358b5489f50c8df1dd714fdc4f377bf4b7a (diff)
downloadaur-5a647562a2c97518f718cf9563e6d784dd6cda48.tar.gz
[lilac] updated to 1.18.2-7
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e3353bd25b0..5a23a6df9be8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-catools
pkgdesc = Tools: Moving Window Statistics, GIF, Base64, ROC AUC, etc
pkgver = 1.18.2
- pkgrel = 4
+ pkgrel = 7
url = https://cran.r-project.org/package=caTools
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 7fcbe696edf2..f7984c796f7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,12 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
+# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
+# Contributor: Sauliusl <luksaulius at gmail>
_pkgname=caTools
_pkgver=1.18.2
pkgname=r-${_pkgname,,}
pkgver=1.18.2
-pkgrel=4
+pkgrel=7
pkgdesc='Tools: Moving Window Statistics, GIF, Base64, ROC AUC, etc'
arch=('x86_64')
url="https://cran.r-project.org/package=${_pkgname}"