mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-pingr: fix optdepends
This commit is contained in:
parent
b530050e5e
commit
66f1e09fc6
1 changed files with 5 additions and 4 deletions
|
@ -2,10 +2,10 @@
|
|||
# Contributor: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=pingr
|
||||
_pkgver=2.0.3
|
||||
_pkgver=2.0.5
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//-/.}
|
||||
pkgrel=2
|
||||
pkgrel=0
|
||||
pkgdesc="Check if a Remote Computer is Up"
|
||||
arch=(x86_64)
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
|
@ -19,11 +19,12 @@ checkdepends=(
|
|||
)
|
||||
optdepends=(
|
||||
r-covr
|
||||
r-ps
|
||||
r-testthat
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
md5sums=('1fa6ce8bcbbeda3df39c59180a3ad149')
|
||||
b2sums=('8225e5149694fce445964acd30c61b548c30d6397fcd22feea94dd679d6430be6f235dbdbb012481735f8f5b3f303a57d99675ad71e1711f8b78478c5e3edddf')
|
||||
md5sums=('2ae026f6a762c5ae35256380fda7846c')
|
||||
b2sums=('298ca1a164abf1f7a088f3c61de806e9dcdfec4ceb0e660a0585666b60b655715ce6cd55ece9e06715aa099926dce8ab2d7a2421143ab4b294b77ac2e1bcccfb')
|
||||
|
||||
build() {
|
||||
mkdir build
|
||||
|
|
Loading…
Add table
Reference in a new issue