mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-car: auto updated to 3.1.2-1
This commit is contained in:
parent
22b6b4fac9
commit
fa9735383b
1 changed files with 4 additions and 4 deletions
|
@ -3,10 +3,10 @@
|
|||
# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
|
||||
|
||||
_pkgname=car
|
||||
_pkgver=3.1-1
|
||||
_pkgver=3.1-2
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=3.1.1
|
||||
pkgrel=3
|
||||
pkgver=3.1.2
|
||||
pkgrel=1
|
||||
pkgdesc='Companion to Applied Regression'
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -39,7 +39,7 @@ optdepends=(
|
|||
r-survival
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('8fc55815eed7e46a32b54da9e0bfa4b74a8d082d73d896e3372f2a413b6bd2bc')
|
||||
sha256sums=('89263491977ac8e9406b2f4b1638bf06c7ddd1b0e0e3ecda4be61420474674c8')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue