mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 12:41:55 +01:00
[lilac] updated to 1.34-1
This commit is contained in:
parent
016264cf84
commit
db9efa7a11
2 changed files with 8 additions and 8 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = r-desolve
|
||||
pkgdesc = Solvers for Initial Value Problems of Differential Equations ('ODE', 'DAE', 'DDE')
|
||||
pkgver = 1.33
|
||||
pkgrel = 7
|
||||
pkgver = 1.34
|
||||
pkgrel = 1
|
||||
url = https://cran.r-project.org/package=deSolve
|
||||
arch = x86_64
|
||||
license = GPL
|
||||
|
|
@ -9,7 +9,7 @@ pkgbase = r-desolve
|
|||
depends = r
|
||||
optdepends = r-fme
|
||||
optdepends = r-scatterplot3d
|
||||
source = https://cran.r-project.org/src/contrib/deSolve_1.33.tar.gz
|
||||
sha256sums = 71de979e05ce7e472308ac5218e97efe976051364ba579b10940dc1fe4c8b684
|
||||
source = https://cran.r-project.org/src/contrib/deSolve_1.34.tar.gz
|
||||
sha256sums = 2254305f44dde22ac685fef4c60e29a0608af0197c803107365d1d80b75c9f21
|
||||
|
||||
pkgname = r-desolve
|
||||
|
|
|
|||
8
PKGBUILD
8
PKGBUILD
|
|
@ -4,10 +4,10 @@
|
|||
# Contributor: Grey Christoforo <first name at last name dot net>
|
||||
|
||||
_pkgname=deSolve
|
||||
_pkgver=1.33
|
||||
_pkgver=1.34
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.33
|
||||
pkgrel=7
|
||||
pkgver=1.34
|
||||
pkgrel=1
|
||||
pkgdesc="Solvers for Initial Value Problems of Differential Equations ('ODE', 'DAE', 'DDE')"
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
|
@ -23,7 +23,7 @@ makedepends=(
|
|||
gcc-fortran
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('71de979e05ce7e472308ac5218e97efe976051364ba579b10940dc1fe4c8b684')
|
||||
sha256sums=('2254305f44dde22ac685fef4c60e29a0608af0197c803107365d1d80b75c9f21')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue