mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-usethis: auto updated to 2.2.3-1
This commit is contained in:
parent
753f1d6432
commit
74f23aaeca
1 changed files with 4 additions and 4 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Reference in a new issue