r-plyranges: auto updated to 1.16.0-1

This commit is contained in:
BioArchLinuxBot 2022-05-03 01:03:14 +00:00
parent 9ce38ea0f9
commit b0611cb4ec

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=plyranges
_pkgver=1.14.0
_pkgver=1.16.0
pkgname=r-${_pkgname,,}
pkgver=1.14.0
pkgrel=2
pkgver=1.16.0
pkgrel=1
pkgdesc='A fluent interface for manipulating GenomicRanges'
arch=('any')
url="https://bioconductor.org/packages/${_pkgname}"
@ -37,7 +37,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('cc5a1e5969587f440949a34f5821ff0a5a54c23f429bdfb84f3b9c7e4af69fe8')
sha256sums=('204da768c1a864d722e890135b25f56f74befa8793fbb744094c0332d32e4e99')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"