r-biocworkflowtools: auto updated to 1.32.0-1

This commit is contained in:
BioArchLinuxBot 2024-10-31 12:37:31 +00:00
parent f9ffdb4985
commit 8c303720eb

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=BiocWorkflowTools
_pkgver=1.30.0
_pkgver=1.32.0
pkgname=r-${_pkgname,,}
pkgver=1.30.0
pkgver=1.32.0
pkgrel=1
pkgdesc='Tools to aid the development of Bioconductor Workflow packages'
arch=('any')
@ -22,7 +22,7 @@ depends=(
r-usethis
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('fa570fd380d0662cbc58b855275592e7f65bf153326d4f4a56e5fe095ba580bf')
sha256sums=('8bb7f2a6164ea3f969689d011ceb55f3f913dbafb1fd565e928a054fd436b6a4')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"