mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-psych: auto updated to 2.4.1-1
This commit is contained in:
parent
04d8ec214b
commit
add0bed4c5
1 changed files with 3 additions and 3 deletions
|
@ -4,9 +4,9 @@
|
||||||
# Contributor: frichtlm <frichtlm@gmail.com>
|
# Contributor: frichtlm <frichtlm@gmail.com>
|
||||||
|
|
||||||
_pkgname=psych
|
_pkgname=psych
|
||||||
_pkgver=2.3.12
|
_pkgver=2.4.1
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=2.3.12
|
pkgver=2.4.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Procedures for Psychological, Psychometric, and Personality Research'
|
pkgdesc='Procedures for Psychological, Psychometric, and Personality Research'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
@ -27,7 +27,7 @@ optdepends=(
|
||||||
r-rgraphviz
|
r-rgraphviz
|
||||||
)
|
)
|
||||||
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=('1755cd644b18b1b9e703a0ba1e80c4d1f28c7291235254293fb33f8082ae1861')
|
sha256sums=('2b1937fe60c5bcace30b7580c2a4bd2470635939657f14d4b6111a1652153722')
|
||||||
|
|
||||||
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