mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-earth: auto updated to 5.3.4-1
This commit is contained in:
parent
e71784ec40
commit
8b904887ce
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=earth
|
||||
_pkgver=5.3.3
|
||||
_pkgver=5.3.4
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=5.3.3
|
||||
pkgrel=2
|
||||
pkgver=5.3.4
|
||||
pkgrel=1
|
||||
pkgdesc='Multivariate Adaptive Regression Splines'
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -25,7 +25,7 @@ makedepends=(
|
|||
gcc-fortran
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('786a0fcabb3db13e0e0a4ba61ecccb7e171030b39bc97926f8e7159485d2f572')
|
||||
sha256sums=('3af94f925598fa2be7d320ad5365e285c008933cc0198a33b8149fdbaae6debc')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue