mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-s4vectors: auto updated to 0.38.2-1
This commit is contained in:
parent
22fa9f6913
commit
c34fc8694c
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=S4Vectors
|
_pkgname=S4Vectors
|
||||||
_pkgver=0.38.1
|
_pkgver=0.38.2
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=0.38.1
|
pkgver=0.38.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Foundation of vector-like and list-like containers in Bioconductor'
|
pkgdesc='Foundation of vector-like and list-like containers in Bioconductor'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -27,7 +27,7 @@ optdepends=(
|
||||||
r-summarizedexperiment
|
r-summarizedexperiment
|
||||||
)
|
)
|
||||||
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=('49af6691a0f7e31e19a4764ffedb2e4ebdaada21f61a07e98b36301a89e9f262')
|
sha256sums=('68633bf61a432675e6d16b7eb6226f389b9f62dbabe78c4d8cfd1e6242213c58')
|
||||||
|
|
||||||
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