mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-devtools: auto updated to 2.4.4-1
This commit is contained in:
parent
a0ca10e632
commit
5ddbcd52d7
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ _pkgname=devtools
|
|||
_pkgver=2.4.4
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=2.4.4
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc='Tools to Make Developing R Packages Easier'
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -55,7 +55,7 @@ optdepends=(
|
|||
r-rstudioapi
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('e42159a9bca0b219170e76c282862e27ca283649d6cbf6a868175d8982e06b4f')
|
||||
sha256sums=('acd6759d269f30893eda173a738b1ce6537a11313c8e8e12e116452c4296934d')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue