mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-matrixcalc: auto updated to 1.0.6-1
This commit is contained in:
parent
7f3def79d3
commit
2629f7d3b5
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=matrixcalc
|
||||
_pkgver=1.0-5
|
||||
_pkgver=1.0-6
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.0.5
|
||||
pkgrel=7
|
||||
pkgver=1.0.6
|
||||
pkgrel=1
|
||||
pkgdesc='Collection of Functions for Matrix Calculations'
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -13,7 +13,7 @@ depends=(
|
|||
r
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('5906e1ef06dbc18efc7a4b370adc180ef8941b5438119703bd981d1c76a06fca')
|
||||
sha256sums=('0bc7d2f11f62d8b1969474defe27c924a243ccba0c856d585f317f6caa07f326')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue