summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-06-06 10:11:50 +0000
committerBioArchLinuxBot2023-06-06 10:11:50 +0000
commit2cb4ef5a08d61dccda58c3540c3db57a1585981c (patch)
tree88a0ac44368eb0ea29b99f1acdd78bf114397ce8
parent0a31bc7109de65e9e6cbdfc764b20402912783f8 (diff)
downloadaur-2cb4ef5a08d61dccda58c3540c3db57a1585981c.tar.gz
[lilac] updated to 2.2.0-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26371d6d5838..f5df046c1f42 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-usethis
pkgdesc = Automate Package and Project Setup
- pkgver = 2.1.6
- pkgrel = 6
+ pkgver = 2.2.0
+ pkgrel = 1
url = https://cran.r-project.org/package=usethis
arch = any
license = MIT
@@ -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.1.6.tar.gz
- sha256sums = 31dc6707577065ac1d4acb7d4cbf135942727c5cc2699092198c544be86f6818
+ source = https://cran.r-project.org/src/contrib/usethis_2.2.0.tar.gz
+ sha256sums = 2ccebe690aadebff96451cc9c226dc1a1e9ca5ac6ec83310e12a1312cb163b4f
pkgname = r-usethis
diff --git a/PKGBUILD b/PKGBUILD
index cc3d02e31b74..f3c668065807 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_pkgname=usethis
-_pkgver=2.1.6
+_pkgver=2.2.0
pkgname=r-${_pkgname,,}
-pkgver=2.1.6
-pkgrel=6
+pkgver=2.2.0
+pkgrel=1
pkgdesc='Automate Package and Project Setup'
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"
@@ -46,7 +46,7 @@ optdepends=(
r-testthat
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('31dc6707577065ac1d4acb7d4cbf135942727c5cc2699092198c544be86f6818')
+sha256sums=('2ccebe690aadebff96451cc9c226dc1a1e9ca5ac6ec83310e12a1312cb163b4f')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"