mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 12:41:55 +01:00
Fix PKGBUILD
This commit is contained in:
parent
c8256fc1a3
commit
76b4599417
2 changed files with 2 additions and 0 deletions
1
.SRCINFO
1
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
1
PKGBUILD
1
PKGBUILD
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue