mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-coregx: auto updated to 2.6.1-1
This commit is contained in:
parent
c76aeedffd
commit
13b7109583
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||||
|
|
||||||
_pkgname=CoreGx
|
_pkgname=CoreGx
|
||||||
_pkgver=2.6.0
|
_pkgver=2.6.1
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=2.6.0
|
pkgver=2.6.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Classes and Functions to Serve as the Basis for Other 'Gx' Packages"
|
pkgdesc="Classes and Functions to Serve as the Basis for Other 'Gx' Packages"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
@ -38,7 +38,7 @@ optdepends=(
|
||||||
r-testthat
|
r-testthat
|
||||||
)
|
)
|
||||||
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||||
sha256sums=('0504414a595f0293ee8b6ad0fdb32cd927d8e031f014934baca91cee5489cb39')
|
sha256sums=('3b075b9d94c36d78d9348637ceb786556e64b05e8903c9997e1dbd8d12ee289a')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue