mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-gbm: auto updated to 2.1.8.1-1
This commit is contained in:
parent
6cc4845c4b
commit
eb0e091a75
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=gbm
|
||||
_pkgver=2.1.8
|
||||
_pkgver=2.1.8.1
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=2.1.8
|
||||
pkgrel=4
|
||||
pkgver=2.1.8.1
|
||||
pkgrel=1
|
||||
pkgdesc='Generalized Boosted Regression Models'
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -24,7 +24,7 @@ optdepends=(
|
|||
r-viridis
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('7d5de3b980b8f23275e86ac9bed48a497c9aa53c58e407dfd676309f38272ec1')
|
||||
sha256sums=('8d2456124552658ee9500707c4e9992cf42cb88705008c32ea258efb4f2be80b')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue