mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-matrixextra: auto updated to 0.1.14-1
This commit is contained in:
parent
d350270973
commit
bee75ead3a
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=MatrixExtra
|
||||
_pkgver=0.1.13
|
||||
_pkgver=0.1.14
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.1.13
|
||||
pkgrel=2
|
||||
pkgver=0.1.14
|
||||
pkgrel=1
|
||||
pkgdesc='Extra Methods for Sparse Matrices'
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -22,7 +22,7 @@ optdepends=(
|
|||
r-testthat
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('6a8c6b4d74a36222148590252663e76d2d991789f0a116a2b73a9f99ee471ee9')
|
||||
sha256sums=('01e4de13ca263446f28c5b8ce2e17693783e395329eae46d310a2f7d0c718625')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue