r-hiergwas: auto updated to 1.36.0-1

This commit is contained in:
BioArchLinuxBot 2024-10-31 02:53:59 +00:00
parent 23fd039ed6
commit 8341090b81

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=hierGWAS _pkgname=hierGWAS
_pkgver=1.34.0 _pkgver=1.36.0
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=1.34.0 pkgver=1.36.0
pkgrel=1 pkgrel=1
pkgdesc='Asessing statistical significance in predictive GWA studies' pkgdesc='Asessing statistical significance in predictive GWA studies'
arch=('any') arch=('any')
@ -21,7 +21,7 @@ optdepends=(
r-runit r-runit
) )
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=('f7a72d8cd4957b0ac4a1a7931ba7fc9690f5018e7a135cbd3786fa40373f1a90') sha256sums=('e5c1c1eb03e3daf37f0189792603bd25d8eaf5e34707a356d2ef7af0ce9956f4')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"