r-pi: auto updated to 2.8.0-1

This commit is contained in:
BioArchLinuxBot 2022-04-28 05:49:31 +00:00
parent 1013f8acec
commit 48c6ddfc93

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=Pi _pkgname=Pi
_pkgver=2.6.0 _pkgver=2.8.0
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=2.6.0 pkgver=2.8.0
pkgrel=1 pkgrel=1
pkgdesc='Leveraging Genetic Evidence to Prioritise Drug Targets at the Gene and Pathway Level' pkgdesc='Leveraging Genetic Evidence to Prioritise Drug Targets at the Gene and Pathway Level'
arch=('any') arch=('any')
@ -55,7 +55,7 @@ optdepends=(
r-rtracklayer r-rtracklayer
) )
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=('1497174569fccc176ca029060ff14f10a322b97940da6348e950a7d2f9c77791') sha256sums=('db36fb4222d96ca007a81e8f7031fbc540a77d38f417513ec3a613ad0fbefb6e')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"