mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-informeasure: use latest sources
This commit is contained in:
parent
ef8bfeff76
commit
eeba071842
2 changed files with 12 additions and 9 deletions
|
@ -1,26 +1,27 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=Informeasure
|
||||
_pkgver=1.10.0
|
||||
_pkgver=1.12.1
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=${_pkgver//-/.}
|
||||
pkgrel=2
|
||||
pkgdesc="R implementation of Information measures"
|
||||
pkgrel=0
|
||||
pkgdesc="R implementation of information measurements"
|
||||
arch=(any)
|
||||
url="https://bioconductor.org/packages/$_pkgname"
|
||||
license=('GPL-3.0-only')
|
||||
license=('Artistic-2.0')
|
||||
depends=(
|
||||
r-entropy
|
||||
)
|
||||
optdepends=(
|
||||
r-biocstyle
|
||||
r-knitr
|
||||
r-rmarkdown
|
||||
r-summarizedexperiment
|
||||
r-testthat
|
||||
)
|
||||
source=("https://bioconductor.org/packages/3.17/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
md5sums=('45288bfbafcd9e2087662f7cb9c57c0e')
|
||||
b2sums=('dc8b2ee5ec9b7532fd7170ff1a7cdd5f448ccdb7d2d8b4c01806f24529e5d9f25b4a5aa71077172d5a7c72e001d6e90b42786d3acf2bb6209fc654a76e754acd')
|
||||
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
md5sums=('cdff7352eb6dcf4a514d413761087dc1')
|
||||
b2sums=('ab2cf5b32165d5aa3642cad055f994b6990942d7da9ea6706b7d36b75589f253c359107f1fae1616fe17c5be7001c84876d0a9b39697136f805c78490a88dc18')
|
||||
|
||||
build() {
|
||||
mkdir build
|
||||
|
|
|
@ -5,6 +5,8 @@ maintainers:
|
|||
repo_depends:
|
||||
- r-entropy
|
||||
update_on:
|
||||
- source: manual
|
||||
manual: 1.10.0#45288bfbafcd9e2087662f7cb9c57c0e
|
||||
- source: rpkgs
|
||||
pkgname: Informeasure
|
||||
repo: bioc
|
||||
md5: true
|
||||
- alias: r
|
||||
|
|
Loading…
Add table
Reference in a new issue