mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-proxyc: auto updated to 0.3.1-1
This commit is contained in:
parent
4d844bbf0a
commit
122534e4bd
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.0
|
||||
_pkgver=0.3.1
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.3.0
|
||||
pkgrel=2
|
||||
pkgver=0.3.1
|
||||
pkgrel=1
|
||||
pkgdesc='Computes Proximity in Large 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=('cd819a67c72967aefb319c7a9d4d942fbb905f6aff4a2539638b8d450c937958')
|
||||
sha256sums=('325ef827c4425c2846a60d43ae4392d1ad2057ffea6378fa5ec7531b5d6bb49f')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue