mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-this.path: fix optdepends
This commit is contained in:
parent
7d7b07be8a
commit
8a2892c510
1 changed files with 6 additions and 4 deletions
|
@ -2,10 +2,10 @@
|
|||
# Contributor: sukanka <su975853527@gmail.com>
|
||||
|
||||
_pkgname=this.path
|
||||
_pkgver=2.3.1
|
||||
_pkgver=2.4.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//-/.}
|
||||
pkgrel=1
|
||||
pkgrel=0
|
||||
pkgdesc="Get Executing Script's Path"
|
||||
arch=(x86_64)
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
|
@ -14,11 +14,13 @@ depends=(
|
|||
r
|
||||
)
|
||||
optdepends=(
|
||||
r-jsonlite
|
||||
r-microbenchmark
|
||||
r-rprojroot
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
md5sums=('b01db2d5d8f66b4dbc559380c4780ccd')
|
||||
b2sums=('ab8a4094bb603fda514741d634f867abc16c02e26159c6b564106af9703806f356e0708843d620b29bb974dae8acd7fa5d98baf8c84e481e65e2d72eef33bf0c')
|
||||
md5sums=('6a2c32b15f15ba4fc0302865b20799fd')
|
||||
b2sums=('ca294bca9f89d719d627ba142a637f737232e33cd89e2ea9903defca604c5f9306c576254f3610e059e8a38fd67cb418c969be082dfadc2d9227a341443352eb')
|
||||
|
||||
build() {
|
||||
mkdir build
|
||||
|
|
Loading…
Add table
Reference in a new issue