Fix PKGBUILD

This commit is contained in:
Viktor Drobot 2021-12-22 21:44:34 +03:00
parent c8256fc1a3
commit 76b4599417
No known key found for this signature in database
GPG key ID: 947BD5C2F2DC5571
2 changed files with 2 additions and 0 deletions

View file

@ -7,6 +7,7 @@ pkgbase = r-desolve
arch = x86_64
license = GPL2
license = GPL3
makedepends = gcc-fortran
depends = r>=3.3.0
optdepends = r-scatterplot3d
optdepends = r-fme

View file

@ -11,6 +11,7 @@ arch=(i686 x86_64)
url="https://cran.r-project.org/package=${_cranname}"
license=(GPL2 GPL3)
depends=('r>=3.3.0')
makedepends=(gcc-fortran)
optdepends=(r-scatterplot3d r-fme)
source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
sha256sums=('39f65d7af6b4d85eb023cce2a200c2de470644b22d45e210c5b7d558c3abf548')