mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-pcalg: auto updated to 2.7.9-1
This commit is contained in:
parent
277bb81611
commit
a5a3b8cf9a
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=pcalg
|
||||
_pkgver=2.7-8
|
||||
_pkgver=2.7-9
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=2.7.8
|
||||
pkgrel=2
|
||||
pkgver=2.7.9
|
||||
pkgrel=1
|
||||
pkgdesc='Methods for Graphical Models and Causal Inference'
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -37,7 +37,7 @@ optdepends=(
|
|||
r-rgraphviz
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('7922f54db964511b6b07d7ffa86ea9f3f1b599c0609c47d194a5065615f312de')
|
||||
sha256sums=('b8b1d292e79a9bb495d195b730f99e1dc5a6686c39fb98fc1574982e882c1116')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue