mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-httr: auto updated to 1.4.6-1
This commit is contained in:
parent
899680e51c
commit
ab185e3cd4
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=httr
|
||||
_pkgver=1.4.5
|
||||
_pkgver=1.4.6
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.4.5
|
||||
pkgrel=2
|
||||
pkgver=1.4.6
|
||||
pkgrel=1
|
||||
pkgdesc='Tools for Working with URLs and HTTP'
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -29,7 +29,7 @@ optdepends=(
|
|||
r-xml2
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('f93bac7f882b0df099abca47dd5aae3686fb3cd2d3e9926fcd639bcddff76f6c')
|
||||
sha256sums=('8d6d86cbef23738d2b4390490f7486d8cf7674f0a59c19f515f61cad35ec37b2')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue