r-recoup: auto updated to 1.24.0-1

This commit is contained in:
BioArchLinuxBot 2022-05-03 02:23:57 +00:00
parent a63afd6a0d
commit cd0b4398da

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=recoup
_pkgver=1.22.0
_pkgver=1.24.0
pkgname=r-${_pkgname,,}
pkgver=1.22.0
pkgver=1.24.0
pkgrel=1
pkgdesc='An R package for the creation of complex genomic profile plots'
arch=('any')
@ -41,7 +41,7 @@ optdepends=(
r-zoo
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('a568441eb34c6c21038027d4d353ccbe1e9fa8a0574a50a6daa62fb2a49c1d03')
sha256sums=('7772a4602f972fff71047c3216a3a4d8eec68dca9e4a720b073da4f4b28334e3')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"