mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-rglpk: add missing dependencies
This commit is contained in:
parent
e6a689fed2
commit
f1942b861f
1 changed files with 5 additions and 2 deletions
|
@ -7,12 +7,15 @@ pkgname=r-${_pkgname,,}
|
|||
pkgver=${_pkgver//-/.}
|
||||
pkgrel=1
|
||||
pkgdesc="R/GNU Linear Programming Kit Interface"
|
||||
arch=('any')
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=$_pkgname"
|
||||
license=('GPL-2.0-or-later')
|
||||
license=('GPL-2.0-only OR GPL-3.0-only')
|
||||
depends=(
|
||||
r-slam
|
||||
)
|
||||
makedepends=(
|
||||
glpk
|
||||
)
|
||||
optdepends=()
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
md5sums=('6531cfc1b0c249fe14524e4fd043bbb1')
|
||||
|
|
Loading…
Add table
Reference in a new issue