diff options
author | BioArchLinuxBot | 2023-04-27 02:30:59 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2023-04-27 02:30:59 +0000 |
commit | 774cd5df530002998c1b6ae327c67c3823647438 (patch) | |
tree | ab358038f8db11a14602ad43820675a8aa833037 | |
parent | 1cc71d5444e9a0f864d9ebad5208436f19f8b53a (diff) | |
download | aur-774cd5df530002998c1b6ae327c67c3823647438.tar.gz |
[lilac] updated to 1.30.0-1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = r-hiergwas pkgdesc = Asessing statistical significance in predictive GWA studies - pkgver = 1.28.0 + pkgver = 1.30.0 pkgrel = 1 url = https://bioconductor.org/packages/hierGWAS arch = any @@ -12,7 +12,7 @@ pkgbase = r-hiergwas optdepends = r-biocgenerics optdepends = r-mass optdepends = r-runit - source = https://bioconductor.org/packages/release/bioc/src/contrib/hierGWAS_1.28.0.tar.gz - sha256sums = 0b88af803005379af84865d95dc716fe997472ad2f8fdbdd12477a796ccc4b12 + source = https://bioconductor.org/packages/release/bioc/src/contrib/hierGWAS_1.30.0.tar.gz + sha256sums = 40a40fbc9bbf9641a0f7e9a897df912c7269e8bd83470d322f4c8d7ab563cfa5 pkgname = r-hiergwas @@ -1,9 +1,9 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=hierGWAS -_pkgver=1.28.0 +_pkgver=1.30.0 pkgname=r-${_pkgname,,} -pkgver=1.28.0 +pkgver=1.30.0 pkgrel=1 pkgdesc='Asessing statistical significance in predictive GWA studies' arch=('any') @@ -21,7 +21,7 @@ optdepends=( r-runit ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('0b88af803005379af84865d95dc716fe997472ad2f8fdbdd12477a796ccc4b12') +sha256sums=('40a40fbc9bbf9641a0f7e9a897df912c7269e8bd83470d322f4c8d7ab563cfa5') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |