mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-boolnet: auto updated to 2.1.7-1
This commit is contained in:
parent
0889a63430
commit
4be817ed4a
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=BoolNet
|
||||
_pkgver=2.1.5
|
||||
_pkgver=2.1.7
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=2.1.5
|
||||
pkgrel=5
|
||||
pkgver=2.1.7
|
||||
pkgrel=1
|
||||
pkgdesc='Construction, Simulation and Analysis of Boolean Networks'
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -15,7 +15,7 @@ depends=(
|
|||
r-xml
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('13579536a816cf0fa424916dfa1f868309421f8a3ed389d3fa63ba9d06d3de85')
|
||||
sha256sums=('bb5a1146a1e53be10761363ce30be8869d883be4d2632446f552aff039b307ad')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue