mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-biocgenerics: auto updated to 0.44.0-1
This commit is contained in:
parent
c551b13348
commit
e0901294fc
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=BiocGenerics
|
||||
_pkgver=0.42.0
|
||||
_pkgver=0.44.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.42.0
|
||||
pkgrel=11
|
||||
pkgver=0.44.0
|
||||
pkgrel=1
|
||||
pkgdesc='S4 generic functions used in Bioconductor'
|
||||
arch=('any')
|
||||
url="https://bioconductor.org/packages/${_pkgname}"
|
||||
|
@ -30,7 +30,7 @@ optdepends=(
|
|||
r-s4vectors
|
||||
)
|
||||
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('0cb6fa74a389693d253a9f61935d335fcfcc1dfe5acbba78b3cc43c1af5d6947')
|
||||
sha256sums=('8518e462c1ef103ab059d059d871afc444e48f56fe6b3afdb60dc1abf6c9b09d')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue