mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-parameters: auto updated to 0.18.0-1
This commit is contained in:
parent
01f19000b9
commit
e1265250e3
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Hu Butui <hot123tea123@gmail.com>
|
||||
|
||||
_pkgname=parameters
|
||||
_pkgver=0.17.0
|
||||
_pkgver=0.18.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.17.0
|
||||
pkgrel=2
|
||||
pkgver=0.18.0
|
||||
pkgrel=1
|
||||
pkgdesc='Processing of Model Parameters'
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -101,7 +101,7 @@ optdepends=(
|
|||
r-wrs2
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('e94089accb80951dceff94d9d28fb381647369d6963cf8582044980cf3d03073')
|
||||
sha256sums=('9067a92576027f08a687f3bc6341f8081a6d27ba80c7cdcad91ec3ec9290cb64')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue