r-rcwl: auto updated to 1.22.0-1

This commit is contained in:
BioArchLinuxBot 2024-10-31 15:03:42 +00:00
parent ef4660ae14
commit 78025860fb

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=Rcwl
_pkgver=1.20.0
_pkgver=1.22.0
pkgname=r-${_pkgname,,}
pkgver=1.20.0
pkgver=1.22.0
pkgrel=1
pkgdesc='An R interface to the Common Workflow Language'
arch=('any')
@ -27,7 +27,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('39935200e11230cde29b4b3cb20bec1b357fc732e9e42d20247baf351c93fd0a')
sha256sums=('3cad11f0ce2cde4e796ad1812be175473c8ca0009e82903b1efd93f858813c7d')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"