mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-coregx: auto updated to 2.2.0-1
This commit is contained in:
parent
fb87cf9b9f
commit
fe6731686b
1 changed files with 4 additions and 4 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Reference in a new issue