mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-car: auto updated to 3.1.1-1
This commit is contained in:
parent
9e8bd9a685
commit
8cb85167e7
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-0
|
||||
_pkgver=3.1-1
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=3.1.0
|
||||
pkgrel=4
|
||||
pkgver=3.1.1
|
||||
pkgrel=1
|
||||
pkgdesc='Companion to Applied Regression'
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -38,7 +38,7 @@ optdepends=(
|
|||
r-survival
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('bd52b4eaea46ce828fccd93445301d06ebd265e2ffff796064875a8c0f0aea21')
|
||||
sha256sums=('8fc55815eed7e46a32b54da9e0bfa4b74a8d082d73d896e3372f2a413b6bd2bc')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue