mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-regutools: auto updated to 1.18.0-1
This commit is contained in:
parent
f59e5313eb
commit
6dd8ed0b4b
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||||
|
|
||||||
_pkgname=regutools
|
_pkgname=regutools
|
||||||
_pkgver=1.16.0
|
_pkgver=1.18.0
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=1.16.0
|
pkgver=1.18.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='regutools: an R package for data extraction from RegulonDB'
|
pkgdesc='regutools: an R package for data extraction from RegulonDB'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
@ -33,7 +33,7 @@ optdepends=(
|
||||||
r-testthat
|
r-testthat
|
||||||
)
|
)
|
||||||
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||||
sha256sums=('b359d5668deba44c3dd26c550a1506b83174ea54e533a148cc275ba7b24dfefa')
|
sha256sums=('77ff93b5e88593173634b217d67a361cf96f376f0eb3b4a5ae6a0e6a61ac0af2')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue