mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-readr: auto updated to 2.1.1-1
This commit is contained in:
parent
1b892e7267
commit
2311440e6e
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
_pkgname=readr
|
_pkgname=readr
|
||||||
_pkgver=2.1.1
|
_pkgver=2.1.1
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=${_pkgver//[:-]/.}
|
pkgver=2.1.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Read Rectangular Text Data'
|
pkgdesc='Read Rectangular Text Data'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -39,7 +39,7 @@ optdepends=(
|
||||||
r-xml2
|
r-xml2
|
||||||
)
|
)
|
||||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||||
sha256sums=('a')
|
sha256sums=('03937918a547e3a1587295f5e5f8c7f6865a4d04047d2b20c8d0f0701f1cbc84')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue