mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-lim: auto updated to 1.4.7-1
This commit is contained in:
parent
f9cb741dc0
commit
1389325299
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=LIM
|
||||
_pkgver=1.4.6
|
||||
_pkgver=1.4.7
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.4.6
|
||||
pkgrel=2
|
||||
pkgver=1.4.7
|
||||
pkgrel=1
|
||||
pkgdesc='Linear Inverse Model examples and solution methods.'
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -15,7 +15,7 @@ depends=(
|
|||
r-limsolve
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('a8152ec6aa590a01bfcaab0ab67e93bb8af6e5022104c07ee6812f03aa7da10f')
|
||||
sha256sums=('5242020ab262ff0e9f1d8c7fdafc541ecebbe8d66da4a41b474fd90a9a7f2b35')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue