mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-bdsmatrix: auto updated to 1.3.6-1
This commit is contained in:
parent
f0e3c0de90
commit
d214049d91
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=bdsmatrix
|
||||
_pkgver=1.3-4
|
||||
_pkgver=1.3-6
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.3.4
|
||||
pkgrel=2
|
||||
pkgver=1.3.6
|
||||
pkgrel=1
|
||||
pkgdesc='Routines for Block Diagonal Symmetric Matrices'
|
||||
arch=('x86_64')
|
||||
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=('251e21f433a016ec85e478811ea3ad34c572eb26137447f48d1bbf3cc8bb06ea')
|
||||
sha256sums=('f9c871d54378408902931792b3dbf8bda863d6aa67af6a0472a6ec1c420760bc')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue