r-coregx: auto updated to 2.2.0-1

This commit is contained in:
BioArchLinuxBot 2022-11-12 16:14:19 +00:00
parent fb87cf9b9f
commit fe6731686b

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=CoreGx
_pkgver=2.0.2
_pkgver=2.2.0
pkgname=r-${_pkgname,,}
pkgver=2.0.2
pkgrel=2
pkgver=2.2.0
pkgrel=1
pkgdesc="Classes and Functions to Serve as the Basis for Other 'Gx' Packages"
arch=('any')
url="https://bioconductor.org/packages/${_pkgname}"
@ -38,7 +38,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('0a78419eb85d7dbc4260235f5a5dc8167726d8d360ec1b7def9db1b7d04f8d1b')
sha256sums=('cdcee1d72a6fc8fb63c30acfcb094fd6f9d410b50b1fd1d9a81a44fd6a662048')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"