summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-10-18 12:11:16 +0000
committerBioArchLinuxBot2022-10-18 12:11:16 +0000
commit581405c7de0a66cbd7bec1969b8a8f2fbd45a034 (patch)
tree24c39ae53b3001dcd92cec0e1b4517e012ac5140
parentca0aa0d163e476a71f03cac91f105541172b5a3f (diff)
downloadaur-581405c7de0a66cbd7bec1969b8a8f2fbd45a034.tar.gz
[lilac] updated to 1.6.3-9
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a222ed56ec6..a300c6dae85f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-operator.tools
pkgdesc = Utilities for Working with R's Operators
pkgver = 1.6.3
- pkgrel = 4
+ pkgrel = 9
url = https://cran.r-project.org/package=operator.tools
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 75ab1202b7a5..2b609979b50b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
+# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_pkgname=operator.tools
_pkgver=1.6.3
pkgname=r-${_pkgname,,}
pkgver=1.6.3
-pkgrel=4
+pkgrel=9
pkgdesc="Utilities for Working with R's Operators"
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"