mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-tfmpvalue: auto updated to 0.0.9-1
This commit is contained in:
parent
288035c918
commit
64e73b1f7a
1 changed files with 4 additions and 4 deletions
|
@ -2,10 +2,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=TFMPvalue
|
||||
_pkgver=0.0.8
|
||||
_pkgver=0.0.9
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.0.8
|
||||
pkgrel=5
|
||||
pkgver=0.0.9
|
||||
pkgrel=1
|
||||
pkgdesc='Efficient and Accurate P-Value Computation for Position Weight Matrices'
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -18,7 +18,7 @@ optdepends=(
|
|||
r-testthat
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('6d052529f7b59d0384edc097f724f70468013777b6adf4c63e61a359029d3841')
|
||||
sha256sums=('b9db56e75e2cee840d8b7861686dec07ee2c40cbc7d55361e5d04f1bf0c65de7')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue