r-matrixcalc: auto updated to 1.0.6-1

This commit is contained in:
BioArchLinuxBot 2022-09-15 00:01:03 +00:00
parent 7f3def79d3
commit 2629f7d3b5

View file

@ -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}"