r-methylkit: auto updated to 1.26.0-1

This commit is contained in:
BioArchLinuxBot 2023-04-27 15:21:40 +00:00
parent 221ede4333
commit 64c6cbfbd2

View file

@ -2,10 +2,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=methylKit
_pkgver=1.24.0
_pkgver=1.26.0
pkgname=r-${_pkgname,,}
pkgver=1.24.0
pkgrel=2
pkgver=1.26.0
pkgrel=1
pkgdesc='DNA methylation analysis from high-throughput bisulfite sequencing results'
arch=('x86_64')
url="https://bioconductor.org/packages/${_pkgname}"
@ -39,7 +39,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('098b7b26581898e8cb2dff2d7e794d43385f0ff9621db0aadfeb3d193adadc70')
sha256sums=('c1cec835b01e0ea7828dc99ec67b3a7927a4f3f258048df4632477dd297f24e2')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"