diff options
author | BioArchLinuxBot | 2023-10-26 02:09:46 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2023-10-26 02:09:46 +0000 |
commit | b1f496e1badfe913985ae3b9bd00ad6af008e116 (patch) | |
tree | a067859d6716c52ef48467fa24c7a73abd45f934 | |
parent | d7452c1051c4dddf48fd0693213782a9118766fb (diff) | |
download | aur-b1f496e1badfe913985ae3b9bd00ad6af008e116.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-gmrp pkgdesc = GWAS-based Mendelian Randomization and Path Analyses - pkgver = 1.28.0 + pkgver = 1.30.0 pkgrel = 1 url = https://bioconductor.org/packages/GMRP arch = any @@ -11,7 +11,7 @@ pkgbase = r-gmrp depends = r-plotrix optdepends = r-biocgenerics optdepends = r-biocstyle - source = https://bioconductor.org/packages/release/bioc/src/contrib/GMRP_1.28.0.tar.gz - sha256sums = 526e4c9784515357637bef6bb68f966bf9186dd1abdbd5775e63f424b29d1734 + source = https://bioconductor.org/packages/release/bioc/src/contrib/GMRP_1.30.0.tar.gz + sha256sums = a97f451eaf5e2f79c6655710e55cc057a3b209b103d18eaf4757b54d45f6a495 pkgname = r-gmrp @@ -1,9 +1,9 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=GMRP -_pkgver=1.28.0 +_pkgver=1.30.0 pkgname=r-${_pkgname,,} -pkgver=1.28.0 +pkgver=1.30.0 pkgrel=1 pkgdesc='GWAS-based Mendelian Randomization and Path Analyses' arch=('any') @@ -20,7 +20,7 @@ optdepends=( r-biocstyle ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('526e4c9784515357637bef6bb68f966bf9186dd1abdbd5775e63f424b29d1734') +sha256sums=('a97f451eaf5e2f79c6655710e55cc057a3b209b103d18eaf4757b54d45f6a495') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |