mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-mrfdepth: auto updated to 1.0.17-1
This commit is contained in:
parent
f226645a36
commit
8ddc1d846f
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=mrfDepth
|
||||
_pkgver=1.0.16
|
||||
_pkgver=1.0.17
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.0.16
|
||||
pkgrel=2
|
||||
pkgver=1.0.17
|
||||
pkgrel=1
|
||||
pkgdesc='Depth Measures in Multivariate, Regression and Functional Settings'
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -27,7 +27,7 @@ makedepends=(
|
|||
gcc-fortran
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('120e5d6b6dbc32b3ce6e78d5e7f61307025fcc2d40c14f2c01f39f926c44b8f7')
|
||||
sha256sums=('ac024e4bda58339e68d3060c6536c072a079e8f2948b12af3aad0d9fe5bf6716')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue