r-ggpa: auto updated to 1.8.0-1

This commit is contained in:
BioArchLinuxBot 2022-04-28 02:32:37 +00:00
parent b83b1064aa
commit 9829412d56

View file

@ -2,10 +2,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=GGPA
_pkgver=1.6.0
_pkgver=1.8.0
pkgname=r-${_pkgname,,}
pkgver=1.6.0
pkgrel=2
pkgver=1.8.0
pkgrel=1
pkgdesc='graph-GPA: A graphical model for prioritizing GWAS results and investigating pleiotropic architecture'
arch=('x86_64')
url="https://bioconductor.org/packages/${_pkgname}"
@ -25,7 +25,7 @@ optdepends=(
r-biocstyle
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('6170851b6ec86d759ef763288f07de97a633d177b34216a0609959ba518ff16a')
sha256sums=('d3c2306c2ad7c0604a1fb94eeb158984c17f1ad77cf194645154b0e95a99e322')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"