mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-curl: fix optdepends
This commit is contained in:
parent
ce6af7519e
commit
e990b4b54c
1 changed files with 4 additions and 5 deletions
|
@ -6,10 +6,10 @@
|
|||
# Contributor: Alex Branham <branham@utexas.edu>
|
||||
|
||||
_pkgname=curl
|
||||
_pkgver=5.2.0
|
||||
_pkgver=5.2.1
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//-/.}
|
||||
pkgrel=1
|
||||
pkgrel=0
|
||||
pkgdesc="A Modern and Flexible Web Client for R"
|
||||
arch=(x86_64)
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
|
@ -23,15 +23,14 @@ optdepends=(
|
|||
r-jsonlite
|
||||
r-knitr
|
||||
r-later
|
||||
r-magrittr
|
||||
r-rmarkdown
|
||||
r-spelling
|
||||
r-testthat
|
||||
r-webutils
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
md5sums=('f016784d6247ffe293187ac9eaa81ebe')
|
||||
b2sums=('80f7455cfd40acad3995ac49c0f0b67f159936b3980bf3843350fb87440287d49b004b05f83e1938bbaf674adc0c507baa2eb26020de525b473136c583848360')
|
||||
md5sums=('9380107ee0b1331ab730bd1e18b61c72')
|
||||
b2sums=('3f8e78127c7fdbccdd953444008198dbeeb5bf2413ed24409ce07d688b3f33af025261289ad0eae72ea9d77189b897724ddaa922eee88d88495acff79e5eb60d')
|
||||
|
||||
build() {
|
||||
mkdir build
|
||||
|
|
Loading…
Add table
Reference in a new issue