r-chipseeker: auto updated to 1.36.0-1

This commit is contained in:
BioArchLinuxBot 2023-04-27 23:17:38 +00:00
parent 53f44a9aa6
commit 43d5c72863

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ChIPseeker _pkgname=ChIPseeker
_pkgver=1.34.1 _pkgver=1.36.0
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=1.34.1 pkgver=1.36.0
pkgrel=2 pkgrel=1
pkgdesc='ChIPseeker for ChIP peak Annotation, Comparison, and Visualization' pkgdesc='ChIPseeker for ChIP peak Annotation, Comparison, and Visualization'
arch=('any') arch=('any')
url="https://bioconductor.org/packages/${_pkgname}" url="https://bioconductor.org/packages/${_pkgname}"
@ -43,7 +43,7 @@ optdepends=(
r-tibble r-tibble
) )
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=('799c33c45ed2e894ef39cb92cbd97544e18226df47d4c3721f19c4960eab294b') sha256sums=('15ef979055951915354b6120074d9e1aa6123f2243b1a8f3580bbd10d9f3cf5a')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"