summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-10-18 13:15:28 +0000
committerBioArchLinuxBot2022-10-18 13:15:28 +0000
commitd7ef92918b4002f2c1ea3a4ce63a08c26b719742 (patch)
tree471154f2d59ffafd441f14d85445ad5cddb2e175
parent8d39cefc31112139942a2e19386ba944f5f09f9d (diff)
downloadaur-d7ef92918b4002f2c1ea3a4ce63a08c26b719742.tar.gz
[lilac] updated to 3.0.1-3
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 74da41f79301..958c401904d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-lintr
pkgdesc = A 'Linter' for R Code
pkgver = 3.0.1
- pkgrel = 1
+ pkgrel = 3
url = https://cran.r-project.org/package=lintr
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index bffcaf77d85d..b8a51b2b5204 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,14 @@
# Maintainer: Hu Butui <hot123tea123@gmail.com>
+# Contributor: Robert Greener <me@r0bert.dev>
+# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
+# Contributor: Ward Segers <w@rdsegers.be>
+# Contributor: Alex Branham <branham@utexas.edu>
_pkgname=lintr
_pkgver=3.0.1
pkgname=r-${_pkgname,,}
pkgver=3.0.1
-pkgrel=1
+pkgrel=3
pkgdesc="A 'Linter' for R Code"
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"