mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-httr: auto updated to 1.4.3-1
This commit is contained in:
parent
1130a45bef
commit
3058babe3f
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.2
|
||||
_pkgver=1.4.3
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.4.2
|
||||
pkgrel=3
|
||||
pkgver=1.4.3
|
||||
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=('462bed6ed0d92f811d5df4d294336025f1dbff357286999d9269bfd9c20b1ef9')
|
||||
sha256sums=('9a8613fa96173ac910c021391af1ced4d0609169049c802cf7cdfe1c40897c6a')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue