r-rglpk: add missing dependencies

This commit is contained in:
Shun Wang 2025-01-13 09:24:53 +08:00 committed by GitHub
parent e6a689fed2
commit f1942b861f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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')