r-dpeak: auto updated to 1.8.0-1

This commit is contained in:
BioArchLinuxBot 2022-05-03 01:35:08 +00:00
parent 7d70150872
commit 2283ffca15

View file

@ -2,10 +2,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=dpeak
_pkgver=1.6.0
_pkgver=1.8.0
pkgname=r-${_pkgname,,}
pkgver=1.6.0
pkgrel=2
pkgver=1.8.0
pkgrel=1
pkgdesc='dPeak (Deconvolution of Peaks in ChIP-seq Analysis)'
arch=('x86_64')
url="https://bioconductor.org/packages/${_pkgname}"
@ -20,7 +20,7 @@ optdepends=(
r-bsgenome.ecoli.ncbi.20080805
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('c6035cc78edc51c90909df9247859369511a519271329b6f147702f9d1ff4189')
sha256sums=('96bd43ba71162cdc40172646961194b99c5d16c49c34c255fa3cb6929a479b1d')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"