summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-06-24 00:25:40 +0000
committerBioArchLinuxBot2023-06-24 00:25:40 +0000
commitd4584e26fd58e07b6257e3b9fc580b9452cd130b (patch)
tree6fe7ff47b186b3b15ed5914643f2290f9a05f6a3
parent2cb4ef5a08d61dccda58c3540c3db57a1585981c (diff)
downloadaur-d4584e26fd58e07b6257e3b9fc580b9452cd130b.tar.gz
[lilac] updated to 2.2.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5df046c1f42..1f6593e6106f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-usethis
pkgdesc = Automate Package and Project Setup
- pkgver = 2.2.0
+ pkgver = 2.2.1
pkgrel = 1
url = https://cran.r-project.org/package=usethis
arch = any
@@ -35,7 +35,7 @@ pkgbase = r-usethis
optdepends = r-spelling
optdepends = r-styler
optdepends = r-testthat
- source = https://cran.r-project.org/src/contrib/usethis_2.2.0.tar.gz
- sha256sums = 2ccebe690aadebff96451cc9c226dc1a1e9ca5ac6ec83310e12a1312cb163b4f
+ source = https://cran.r-project.org/src/contrib/usethis_2.2.1.tar.gz
+ sha256sums = a59e45c5c900ccea3ade08d58eef55425b8d5f3e46e057cfc4fb034fbc127300
pkgname = r-usethis
diff --git a/PKGBUILD b/PKGBUILD
index f3c668065807..81b426f03cb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_pkgname=usethis
-_pkgver=2.2.0
+_pkgver=2.2.1
pkgname=r-${_pkgname,,}
-pkgver=2.2.0
+pkgver=2.2.1
pkgrel=1
pkgdesc='Automate Package and Project Setup'
arch=('any')
@@ -46,7 +46,7 @@ optdepends=(
r-testthat
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('2ccebe690aadebff96451cc9c226dc1a1e9ca5ac6ec83310e12a1312cb163b4f')
+sha256sums=('a59e45c5c900ccea3ade08d58eef55425b8d5f3e46e057cfc4fb034fbc127300')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"