mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-purrr: auto updated to 1.0.2-1
This commit is contained in:
parent
0d514043fc
commit
a7c423521e
1 changed files with 4 additions and 4 deletions
|
@ -3,10 +3,10 @@
|
|||
# Contributor: frichtlm <frichtlm@gmail.com>
|
||||
|
||||
_pkgname=purrr
|
||||
_pkgver=1.0.1
|
||||
_pkgver=1.0.2
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.0.1
|
||||
pkgrel=2
|
||||
pkgver=1.0.2
|
||||
pkgrel=1
|
||||
pkgdesc='Functional Programming Tools'
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -31,7 +31,7 @@ optdepends=(
|
|||
r-tidyselect
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('0a7911be3539355a4c40d136f2602befcaaad5a3f7222078500bfb969a6f2ba2')
|
||||
sha256sums=('2c1bc6bb88433dff0892b41136f2f5c23573b335ff35a4775c72aa57b48bbb63')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue