mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-rms: auto updated to 6.8.0-1
This commit is contained in:
parent
827217c0d6
commit
3a9329f04c
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||||
|
|
||||||
_pkgname=rms
|
_pkgname=rms
|
||||||
_pkgver=6.7-1
|
_pkgver=6.8-0
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=6.7.1
|
pkgver=6.8.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Regression Modeling Strategies'
|
pkgdesc='Regression Modeling Strategies'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -38,7 +38,7 @@ makedepends=(
|
||||||
gcc-fortran
|
gcc-fortran
|
||||||
)
|
)
|
||||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||||
sha256sums=('1f836c12973b39c42230005767e94b075fb6767e6b8c9714476de9fe515a3da5')
|
sha256sums=('ad64c55c81b68abc6d1b7a995480ef038fb1b012cdcf9cba70a2d128a2a9a6b1')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue