r-redseq: auto updated to 1.52.0-1

This commit is contained in:
BioArchLinuxBot 2024-12-18 17:09:45 +00:00
parent ab40b60828
commit 83d0cbeb9a

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=REDseq
_pkgver=1.50.0
_pkgver=1.52.0
pkgname=r-${_pkgname,,}
pkgver=1.50.0
pkgver=1.52.0
pkgrel=1
pkgdesc='Analysis of high-throughput sequencing data processed by restriction enzyme digestion'
arch=('any')
@ -21,7 +21,7 @@ depends=(
r-multtest
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('c83d32528c2d28839a53cb54bbf9a3d964802db1033be977a6a066c4a5369d96')
sha256sums=('bef5ed84334475b81ff1d44092849129a527e5a0b7a6335129335dd6c898867c')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"