mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-proxyc: auto updated to 0.3.4-1
This commit is contained in:
parent
0488782c5b
commit
2e1884f534
1 changed files with 4 additions and 4 deletions
|
@ -2,10 +2,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=proxyC
|
||||
_pkgver=0.3.3
|
||||
_pkgver=0.3.4
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.3.3
|
||||
pkgrel=4
|
||||
pkgver=0.3.4
|
||||
pkgrel=1
|
||||
pkgdesc='Computes Proximity in Large Sparse Matrices'
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -24,7 +24,7 @@ optdepends=(
|
|||
r-testthat
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('3e25da94633da0b5c6cdac03f5b6d8205d078f60c5a09073e90a1b6f0930e302')
|
||||
sha256sums=('f39d1d3d34b4e26694e3916002ea370b2f4e745c0992e718bb024ed03a2b78ea')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue