r-genomicfiles: auto updated to 1.32.1-1

This commit is contained in:
BioArchLinuxBot 2022-05-17 00:27:32 +00:00
parent ec09c75364
commit 445a70e7ed

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=GenomicFiles
_pkgver=1.32.0
_pkgver=1.32.1
pkgname=r-${_pkgname,,}
pkgver=1.32.0
pkgver=1.32.1
pkgrel=1
pkgdesc='Distributed computing by file or by range'
arch=('any')
@ -35,7 +35,7 @@ optdepends=(
r-snpstats
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('6ea4efaf63ba8b3c6fe79f0c457115188dc358b25abb34b7c5d89924cee7f761')
sha256sums=('7fee384a18a2926acf53777ef011cbaefa65c87e975abdf7119d4e239475cc1b')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"