summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-10-18 13:12:13 +0000
committerBioArchLinuxBot2022-10-18 13:12:13 +0000
commit0a31bc7109de65e9e6cbdfc764b20402912783f8 (patch)
tree42f072d71b91bdea6030d346776636b225392a47
parent1b4d31e18f4a7963ddae00a472fe71e7daf8fa61 (diff)
downloadaur-0a31bc7109de65e9e6cbdfc764b20402912783f8.tar.gz
[lilac] updated to 2.1.6-6
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65992d5a8dae..26371d6d5838 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-usethis
pkgdesc = Automate Package and Project Setup
pkgver = 2.1.6
- pkgrel = 3
+ pkgrel = 6
url = https://cran.r-project.org/package=usethis
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 6ac6cbaa1a51..cc3d02e31b74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,12 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
+# Contributor: Robert Greener <me@r0bert.dev>
+# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_pkgname=usethis
_pkgver=2.1.6
pkgname=r-${_pkgname,,}
pkgver=2.1.6
-pkgrel=3
+pkgrel=6
pkgdesc='Automate Package and Project Setup'
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"