mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-arm: auto updated to 1.13.1-1
This commit is contained in:
parent
96970698d6
commit
dd31ebb302
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=arm
|
||||
_pkgver=1.12-2
|
||||
_pkgver=1.13-1
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.12.2
|
||||
pkgrel=5
|
||||
pkgver=1.13.1
|
||||
pkgrel=1
|
||||
pkgdesc='Data Analysis Using Regression and Multilevel/Hierarchical Models'
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -16,7 +16,7 @@ depends=(
|
|||
r-lme4
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('816ba1c31eec00feef472c57e280488d3d233b592f6f0a1a30e4abb903cb4f5d')
|
||||
sha256sums=('c02da290c1b9699b958431865fcedce94f00ccc80da5c0aa50ed1c3fb56de937')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue