mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-rsbml: auto updated to 2.62.0-1
This commit is contained in:
parent
efb36c1453
commit
54ac218285
1 changed files with 4 additions and 4 deletions
|
@ -2,10 +2,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=rsbml
|
||||
_pkgver=2.60.0
|
||||
_pkgver=2.62.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=2.60.0
|
||||
pkgrel=2
|
||||
pkgver=2.62.0
|
||||
pkgrel=1
|
||||
pkgdesc='R support for SBML, using libsbml'
|
||||
arch=('x86_64')
|
||||
url="https://bioconductor.org/packages/${_pkgname}"
|
||||
|
@ -17,7 +17,7 @@ depends=(
|
|||
libsbml
|
||||
)
|
||||
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('51d436494276e446fc20b0e76478168158b71f0886b97bd313a041c31e06725f')
|
||||
sha256sums=('7a91f571e74fb1fafa58423a3402261c5e213dae7384cbb4d42af87bc1ebf50a')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue