summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-02-19 18:10:42 +0000
committerBioArchLinuxBot2024-02-19 18:10:42 +0000
commit66e5e0a5539e8fe3f4104b9f71b95a4c93cb80f6 (patch)
tree3d6cd1a7725306af30750fb2375dd3c7f9847615 /PKGBUILD
parent52490fd030880e4f19050372f4183ecc3f95d9f5 (diff)
downloadaur-r-usethis.tar.gz
[lilac] updated to 2.2.3-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f5d58342226e..ec69f7a87b52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_pkgname=usethis
-_pkgver=2.2.2
+_pkgver=2.2.3
pkgname=r-${_pkgname,,}
-pkgver=2.2.2
-pkgrel=3
+pkgver=2.2.3
+pkgrel=1
pkgdesc='Automate Package and Project Setup'
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"
@@ -45,7 +45,7 @@ optdepends=(
r-testthat
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('d9d8c1a789ae6fd0e717e174ac29da2e4a925df321e5cc0bfb3d65c87e4cbe46')
+sha256sums=('8d0c98995c23b5f4b5b95cd453557d2d15faa7399cc01bff304f5b15cb0cdeb3')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"