mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-anvil: auto updated to 1.8.2-1
This commit is contained in:
parent
70a540c661
commit
b653c64a03
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||||
|
|
||||||
_pkgname=AnVIL
|
_pkgname=AnVIL
|
||||||
_pkgver=1.8.1
|
_pkgver=1.8.2
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=1.8.1
|
pkgver=1.8.2
|
||||||
pkgrel=3
|
pkgrel=1
|
||||||
pkgdesc='Bioconductor on the AnVIL compute environment'
|
pkgdesc='Bioconductor on the AnVIL compute environment'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://bioconductor.org/packages/${_pkgname}"
|
url="https://bioconductor.org/packages/${_pkgname}"
|
||||||
|
@ -33,7 +33,7 @@ optdepends=(
|
||||||
r-withr
|
r-withr
|
||||||
)
|
)
|
||||||
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=('ac92e0647f6296f3e70a2380d80a6635109cb988b375237d28d9fdac2bce4788')
|
sha256sums=('bc4b9d9d709cffb8903121983cc0fc3d71a62bb6044fca82200ed2a2e57a8464')
|
||||||
|
|
||||||
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